All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alison Schofield <amsfield22@gmail.com>
To: gnudevliz@gmail.com
Cc: outreachy-kernel <outreachy-kernel@googlegroups.com>
Subject: Re: [Outreachy kernel] Mutt/Gmail Issue
Date: Wed, 21 Sep 2016 09:26:50 -0700	[thread overview]
Message-ID: <20160921162649.GA2358@d830.WORKGROUP> (raw)
In-Reply-To: <0eb31ed4-5370-4980-be9d-559b20044bf5@googlegroups.com>

Hi Liz,
Similar to Namrata, I don't know answer to specific question, but
I can share my .muttrc and .esmtprc that got it working for me.

And then there were some things I did over in my gmail account settings
probably related to selecting IMAP.

amsfield22@d830:~$ cat .muttrc
set sendmail="/usr/bin/esmtp"
set envelope_from=yes
set from="Alison Schofield <amsfield22@gmail.com>"
set use_from=yes
set edit_headers=yes
set spoolfile="imaps://amsfield22:mypasswd@imap.gmail.com/"
set folder="imaps://imap.gmail.com/"
set record="=Sent"		
set postponed="=Drafts"

amsfield22@d830:~$ cat .esmtprc
identity "amsfield22@gmail.com"
hostname smtp.gmail.com:587
username "amsfield22@gmail.com"
password "mypasswd"
starttls required




  parent reply	other threads:[~2016-09-21 16:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-21  6:01 Mutt/Gmail Issue gnudevliz
2016-09-21 13:33 ` Namrata A Shettar
2016-09-21 16:26 ` Alison Schofield [this message]
2016-09-21 16:48   ` [Outreachy kernel] " Shivani Bhardwaj
2016-09-21 16:52     ` Julia Lawall
2016-09-21 16:53       ` Shivani Bhardwaj
2016-09-21 17:01         ` Julia Lawall
2016-09-21 19:48 ` gnudevliz
2016-09-22  4:47   ` [Outreachy kernel] " Vaishali Thakkar
2016-09-22 19:45     ` gnudevliz
2016-09-22 20:33       ` Julia Lawall
2016-09-22 21:32         ` gnudevliz
2016-09-23  5:59       ` Vaishali Thakkar

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=20160921162649.GA2358@d830.WORKGROUP \
    --to=amsfield22@gmail.com \
    --cc=gnudevliz@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    /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.