Cameron Simpson writes:
In particular, I maintain a mutt group "htmlers" to track specific
senders which send useless plain text components. Keeps the condition
readable.
That's a great idea, thanks a lot for bringing that up.
On Thu, Jul 16, 2015 at 05:37:46PM -0700, Ian Zimmerman wrote:
> On 2015-07-16 18:50 -0500, Derek Martin wrote:
>
> > > for lseek() to be useful, you need to know where to lseek to
> > > which you wouldn't in this case (if you want reliable parsing).
> >
> > That's easy though, obviously you need
Hello,
I am using Mutt on archlinux and I am going crazy because I just can't
understand its strange behaviour. Let me explain: I want to read mails
from Microsoft's free mail service Outlook.com (which replaced hotmail)
using the IMAP protocol. Since mutt has embedded support for IMAP, I
haven't
On 2015-07-17, Aurélien Rivet wrote:
> Hello,
> I am using Mutt on archlinux and I am going crazy because I just can't
> understand its strange behaviour. Let me explain: I want to read mails
> from Microsoft's free mail service Outlook.com (which replaced hotmail)
> using the IMAP protocol. Since
set folder=imaps://$imap_user:$imap_p...@imap-mail.outlook.com:993/
set smtp_url = smtp://$imap_user:$imap_p...@smtp-mail.outlook.com:587/
set spoolfile = "+INBOX"
set postponed = "+Drafts"
set record = "+Sent Items"
set ssl_starttls = yes
set imap_passive = yes
set imap_keepalive = 300
set imap
On 2015-07-17, Grant Edwards wrote:
> On 2015-07-17, Aurélien Rivet wrote:
>> The problem is that my mutt can't
>> keep an IMAP connexion for a longtime and I get a "mailbox closed"
>> message at the bottom after a random time.
> Try setting imap_keepalive?
Now I see that you already tried set