Re: How does mutt react to another mail program reading the same mail?

2014-01-18 Thread Mike Glover
On Sat, Jan 18, 2014 at 11:03:38AM -0800, fe...@crowfix.com wrote: > > I'll ask, but I don't think that's the problem, because there is no > immediate kick. The phone is always connected with some kind of push > notification, whereas mutt checks once a minute. My only evidence is > the feeling t

Re: Writing a wrapper for the editor: mutt aborts in-between

2014-05-17 Thread Mike Glover
Have you tried something like: try: os.rename(TMPFILENAME, muttfilename) except Exception, e: log.write("Rename failed: %s" % e) That rename call is almost certainly failing, and this would at least tell you why... -mg (Also, what OS is this on?) On Sat, May 17, 2014 at 06:19:32PM +020

Re: mutt Applies fcc-hooks Inconsistently

2014-06-27 Thread Mike Glover
The one you marked as working, doesn't have the dot escaped. All the other ones do? -mg On Fri, Jun 27, 2014 at 06:15:22PM +0100, Koralatov wrote: > I'm trying to use fcc-hooks to disregard e-mails that I'm sending where > I'll automatically be delivered back a copy (like this one), or when I >