All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilbert Adikankwu <gilbertadikankwu@gmail.com>
To: outreachy@lists.linux.dev
Cc: julia.lawall@inria.fr
Subject: [Outreachy tip] Guide to setup mutt for Gmail
Date: Wed, 11 Oct 2023 11:31:01 +0100	[thread overview]
Message-ID: <ZSZ5ZfwTdkHcG5WL@gilbert-PC> (raw)

Hello,

This is a guide to setup mutt, the recommended text-based email client
for the Outreachy Linux community.

If you have not read the newbies tutorial, please read it first to see the 
steps for the initial setup of mutt. This guide is a follow-up to the initial
setup steps decribed in the newbies tutorial.

Here, you will learn how to setup your mutt to access emails in
your Gmail inbox and reply to them. 

Next, set up the mail client, mutt, with some defaults, by creating a
.muttrc file in your /home and add the following lines to it:

set sendmail="/usr/bin/esmtp"
set envelope_from=yes
set from="Your name <your_username@gmail.com>"
set use_from=yes
set edit_headers=yes
set editor="vi"
set send_charset="us-ascii:utf-8"
set sort_aux =  last-date-received
set sort = reverse-threads

# IMAP settings
set imap_user = "your_username@gmail.com"
set imap_pass = "mailbox/app password"

# SMTP settings
set smtp_url = "smtps://your_username@smtp.gmail.com"
set smtp_pass = "mailbox/app password"

# Remote Gmail folders
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set record = "+[Gmail]/Sent Mail"
set trash = "+[Gmail]/Trash"
set postponed = "+[Gmail]/Drafts"


Note: The imap_pass and smtp_pass can be your App password or email
password

I hopes this helps

Best wishes
Gilbert

             reply	other threads:[~2023-10-11 10:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11 10:31 Gilbert Adikankwu [this message]
2023-10-11 10:33 ` [Outreachy tip] Guide to setup mutt for Gmail Julia Lawall
2023-10-11 19:30 ` Dorcas Litunya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZSZ5ZfwTdkHcG5WL@gilbert-PC \
    --to=gilbertadikankwu@gmail.com \
    --cc=julia.lawall@inria.fr \
    --cc=outreachy@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.