Re: order of sending mail and saving to fcc

2019-06-04 Thread Jack M
On Tue, June 4, 2019 10:46 am, Grant Edwards wrote: > On 2019-06-04, Jack M wrote: > > >> The reason (or *a* reason) is that the old way led to the following >> situation: Fcc first, then try to send, something weird happens, but >> the user has no idea whether the ma

Re: order of sending mail and saving to fcc

2019-06-04 Thread Jack M
On Tue, June 4, 2019 5:30 am, Nicolas Rachinsky wrote: > Hallo, > > > I just noted the entry in UPDATING: > ! Fcc now occurs after sending a message. If the fcc fails, mutt will > prompt to try again, or to try another mailbox. > > This seems to be: > https://gitlab.com/muttmua/mutt/commit/e106487

dev.mutt.org is down again

2017-06-11 Thread Jack M
Anybody else notice that dev.mutt.org is not responding? Safari gives up and says the server won't respond. Running "Traceroute" in macOS's Network Utility.app shows a stall-out (or something) after the IP address 137.82.233.53. -jack

Re: Do not create ~/sent

2015-09-12 Thread Jack M
On Sat, Sep 12, 2015 at 10:27:48AM +0300, Jayson Willson wrote: > I use Gmail and thus I need to have my "record" variable unset In muttrc, do: unset record That's what "having the $record variable unset" means. Jack

Re: Multi-boot and Mutt

2012-07-29 Thread Jack M
> > 2. Is it possible to write a single .muttrc that I can copy to > > the three home directories that can determine the "folder" path > > based on the current OS? That is, the common mail folder is called > > "/Volumes/Common/Mail" in OS X, "D:/Common/Mail" in Windows, and > > "/Common/Mail" in

Re: alias

2012-07-27 Thread Jack M
Luis Mochan wrote on 07/26/12 at 21:24:49 -0500: > I receive my email at a desktop in my office and I access it through > mutt at my office and remotely through my laptop using IMAP. Thus, I > have configuration files at my desktop and at my laptop. However, > there are parts of the configuration w

Re: adventures in quoted-printable

2012-07-10 Thread Jack M
Cameron Simpson wrote on 07/10/12 at 08:52:35 +1000: > On 09Jul2012 17:12, Jack M wrote: >> No, not yet anyway. If I eventually can, I'll try your suggestion of >> forcing mutt to emit utf-7; I presume that's what $send_charset is for. > > Presumably; I'v

Re: adventures in quoted-printable

2012-07-09 Thread Jack M
Cameron Simpson wrote on 07/09/12 at 08:41:26 +1000: > On 08Jul2012 18:32, Jack M wrote: > | However, I do keep copies of my sent > | mail in $record, and when I look at the saved copy, it is not QP-encoded. > | Also, the mysterious QP only happens on *some* mails that I send, ind

Re: adventures in quoted-printable

2012-07-08 Thread Jack M
Wrote Cameron Simpson [07/09/12 @08:18:11 +1000]: > On 08Jul2012 16:16, Jack M wrote: > | > I know nothing about the details of quoted printable (apart from > | > what I've just read on wikipedia). Certainly, that message isn't > | > latin1, it's UTF-8. I

Re: adventures in quoted-printable

2012-07-08 Thread Jack M
Ken Moffat wrote on 07/08/12 at 19:35:09 +0100: > On Sat, Jul 07, 2012 at 02:41:41PM -0600, Jack M wrote: > > I sometimes send messages that contain the lowercase 'o' with an umlaut > > over it, i.e., ö, unicode char 246. I compose my messages in vim, with > >

adventures in quoted-printable

2012-07-07 Thread Jack M
I sometimes send messages that contain the lowercase 'o' with an umlaut over it, i.e., ö, unicode char 246. I compose my messages in vim, with the encodings all set to utf-8. Occasionally I can see that I message that I sent (e.g., to myself) has been unexepectedly encoded with quoted-printable,