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
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
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
>