public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Paul B. Henson" <henson@acm.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Mutt emerge USE flags for novice
Date: Thu, 2 Apr 2015 17:01:57 -0700	[thread overview]
Message-ID: <20150403000157.GK4951@bender.unx.csupomona.edu> (raw)
In-Reply-To: <20150321140957.613e182a2f917542709ebcff@gmail.com>

On Sat, Mar 21, 2015 at 02:09:57PM -0400, German wrote:

> Thank you, but are there anyone around who uses Mutt with gmail?

I use mutt with gmail IMAP and the following flags:

[ebuild   R    ] mail-client/mutt-1.5.23-r5  USE="berkdb crypt gdbm gpg
imap kerberos nls sasl smime smtp ssl -debug -doc -gnutls -idn -mbox
-nntp -pop -qdbm (-selinux) -sidebar -slang -tokyocabinet" 0 kB

I think the most important ones for gmail are imap, smtp, and ssl. I
believe imap and smtp are off by default, at least they were when I first
installed mutt, my package use flags are:

mail-client/mutt        sasl gpg imap smime smtp

I think kerberos is pulled in for me by a global use flag.

gpg and smime are only needed if you want to work with encrypted/signed
email. I don't think I needed sasl but left it there in case someday I
wanted to play with kerberos auth.

Relevant lines from my muttrc are:

set smtp_url="smtp://<username>@gmail.com@smtp.gmail.com:587/"
set folder="imaps://imap.gmail.com/"
set imap_user="<username>@gmail.com"
unset record
set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
set spoolfile="=INBOX"
set header_cache="$HOME/.mutt/header_cache/gmail"

It works reasonably well. My main complaint is that it fairly regularly
drops my persistant connection and I need to reconnect. That's most
annoying when I just went through 100 emails and deleted many, and it
drops the connection before the delete has been synced :(. Other than
that it works fine.

We recently switched to office365 at work, and it has the same problem
with dropped imap connections. I'm not sure if they just both
occasionally boot annoying imap users who have hung out too long or if
mutt has issues with imap over a possibly flaky remote connection.

Good luck...


  parent reply	other threads:[~2015-04-03  0:02 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-21 17:34 [gentoo-user] Mutt emerge USE flags for novice German
2015-03-21 17:44 ` Philip Webb
2015-03-21 18:09   ` German
2015-03-21 18:33     ` Jean-Christophe Bach
2015-03-21 19:00       ` German
2015-03-22 11:45     ` Walter Dnes
2015-04-03  0:01     ` Paul B. Henson [this message]
2015-03-21 22:40 ` Julian Simioni
2015-03-22  0:28   ` Lee
2015-03-22  6:25     ` German
2015-03-22  9:37     ` Julian Simioni
2015-03-23 18:54       ` Mick

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=20150403000157.GK4951@bender.unx.csupomona.edu \
    --to=henson@acm.org \
    --cc=gentoo-user@lists.gentoo.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox