All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alison Schofield <alison.schofield@intel.com>
To: Khadija Kamran <kamrankhadijadj@gmail.com>
Cc: outreachy@lists.linux.dev
Subject: Re: Set up email client mutt
Date: Wed, 8 Mar 2023 15:53:51 -0800	[thread overview]
Message-ID: <ZAkgD5OU8xkffOpt@aschofie-mobl2> (raw)
In-Reply-To: <ZAj5UL8HJO7FSez0@khadija-virtual-machine>

On Thu, Mar 09, 2023 at 02:08:32AM +0500, Khadija Kamran wrote:
> Hi everyone!
> I am an Outreachy applicant. Gladly, I am sending this email from mutt
> after spending some time on its setup and understanding. I am quite new
> to text based email clients.
> 
> Here is a list of steps I have understood:
> 
> 1. Set up vim as mentioned in first patch tutorial.
> This is what my .vimrc file looks like:
> filetype plugin indent on
> syntax on
> set title
> set tabstop=8
> set softtabstop=8
> set shiftwidth=8
> set noexpandtab
> 
> 2. Learn some vim basics, since we set it as default mutt editor.
> 
> 3. Create and edit .esmtprc and .muttrc files as mentioned in the First
> Patch tutorial.
> 
> This is what my .esmtp file looks like:
> identity "username@gmail.com"
> hostname smtp.gmail.com:587
> username "username@gmail.com"
> password "not_my_password"
> starttls required
> 
> This is what my .muttrc file looks like:
> set sendmail="/usr/bin/esmtp"
> set envelope_from=yes
> set from="Full Name <username@gmail.com>"
> set use_from=yes
> set edit_headers=yes
> set sort_aux = last-date-received
> set sort = reverse-threads
> set folder = "imaps://username@gmail.com@imap.gmail.com:993"
> set imap_pass = "not_my_password"
> set spoolfile = "+INBOX"
> set record = "+Sent"
> set trash = "+Trash"
> set postponed = "+Drafts"
> mailboxes =INBOX =Sent =Trash =Drafts =Junk =Other
> 
> 4. Finally run mutt from your command prompt and start working.
> 
> Kindly, let me know if something is still missing or is incorrect. 

Well, I got the mail, and it's plain text.
Let's make sure you are getting the replies now.
Alison

> 
> Thank you :)
> 

      reply	other threads:[~2023-03-08 23:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-08 21:08 Set up email client mutt Khadija Kamran
2023-03-08 23:53 ` Alison Schofield [this message]

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=ZAkgD5OU8xkffOpt@aschofie-mobl2 \
    --to=alison.schofield@intel.com \
    --cc=kamrankhadijadj@gmail.com \
    --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.