Re: Recent Bad Habits

2020-06-12 Thread Mark Frank
On Fri, Jun 12, 2020 at 11:04 AM Kevin Monceaux 
wrote:

> I've recently noticed Mutt develop a couple of bad habits.


Never anthropomorphize software packages, they don't like that.


Re: Simple muttrc file for accessing Gmail imap

2019-08-24 Thread Mark Frank
Yes.  Just tested and confirmed as I don't use mutt as much as I used to do.

On Sat, Aug 24, 2019 at 2:25 PM Jude DaShiell  wrote:

> Interesting, so you would hit ,g to download imap email?
>
> On Sat, 24 Aug 2019, Mark Frank wrote:
> > macro index ,g  "force retrieval of mail from IMAP
> server"
> > macro pager ,g  "force retrieval of mail from IMAP
> server"
> >
>
> --
>
>


Re: Simple muttrc file for accessing Gmail imap

2019-08-24 Thread Mark Frank
On Sat, Aug 24, 2019 at 1:21 PM Jude DaShiell  wrote:

> mutt is set up to download pop3 but has no keyboard shortcut to download
> imap or didn't the last time I went through its documentation.
>
>
I've had this in my muttrc for years.  Don't  if if any of these values are
optimum as I don't use mutt much anymore but it does work.


$ grep imap ./.mutt/muttrc | egrep -v ^#
set spoolfile=imaps://imap.gmail.com/INBOX
set folder=imaps://imap.gmail.com/
set imap_keepalive = 900
set imap_user='m...@markanderika.com'
set imap_pass=x
set imap_keepalive=300
unset imap_passive
set postponed=imaps://stag.mark-and-erika.com/INBOX.postponed
macro index ,g  "force retrieval of mail from IMAP server"
macro pager ,g  "force retrieval of mail from IMAP server"