Closed GoogleCodeExporter closed 8 years ago
Forgot to specify mu4e directly in subject line, sorry.
Original comment by ja...@ladan.ca
on 13 Mar 2012 at 9:22
Hi, I think the problem is that your mu4e-maildir is not fully expanded (ie.,
the ~/Mail in your configuration); can you try setting mu4e-maildir to
"/home/james/Mail" instead?
(Admittedly, this not very clear from the documentation... next version of mu
should do this automatically).
Thanks for debugging this!
Original comment by digg...@gmail.com
on 14 Mar 2012 at 12:34
Yep - "/home/james/Mail" does the trick, thanks!
Original comment by ja...@ladan.ca
on 16 Mar 2012 at 5:42
[deleted comment]
I spoke too soon. The drafts mechanism is fine now, but offlineimap still
chokes.
The sent email was moved into my Archive folder, but when offlineimap hits it,
it still complains. (Or maybe the IMAP server doesn't like what it's being
given.)
-----
Thread 'New msg sync from Archive' terminated with exception:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/offlineimap/threadutil.py", line 159, in run
Thread.run(self)
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/pymodules/python2.7/offlineimap/folder/Base.py", line 248, in syncmessagesto_neguid_msg
successuid = dstfolder.savemessage(uid, message, flags, rtime)
File "/usr/lib/pymodules/python2.7/offlineimap/folder/IMAP.py", line 436, in savemessage
assert(typ == 'OK')
AssertionError
Last 3 debug messages logged for New msg sync from Archive prior to exception:
imap: savemessage: called
imap: savemessage: using date "16-Mar-2012 10:41:04 -0800"
imap: savemessage: content is: "From: James Ladan <jladan@example.com>\r\nTo:
James Ladan <james@ladan.ca>\r\nSubject: mu4e test of the day
(1)\r\nUser-agent: mu4e 0.9.8.1; emacs 23.3.1\r\nReply-To:
jladan@example.com\r\nDate: Fri, 16 Mar 2012 10:41:03 -0700\r\nMessage-ID:
<871uos4f68.fsf@example.com>\r\nThis is a test. Let's see what happens when I
send.\r\n"
Exception in thread mail.example.com reader (most likely raised during
interpreter shutdown):
Original comment by ja...@ladan.ca
on 16 Mar 2012 at 6:01
I just added a line between "Message-ID" and the body and it worked fine.
Before the edit, the message body followed the headers without any blank line:
From: James Ladan <jladan@example.com>
To: James Ladan <james@ladan.ca>
Subject: mu4e test of the day (1)
User-agent: mu4e 0.9.8.1; emacs 23.3.1
Reply-To: jladan@example.com
Date: Fri, 16 Mar 2012 10:41:03 -0700
Message-ID: <871uos4f68.fsf@example.com>
This is a test. Let's see what happens when I send.
Original comment by ja...@ladan.ca
on 16 Mar 2012 at 6:07
Thanks for checking this! I pushed an update for the newline issue to the git
repo.
Original comment by digg...@gmail.com
on 16 Mar 2012 at 6:48
Pulled/built/installed. Perfect, thanks. :)
Original comment by ja...@ladan.ca
on 16 Mar 2012 at 8:30
Thanks - closing this.
Original comment by digg...@gmail.com
on 20 Mar 2012 at 9:58
Original issue reported on code.google.com by
ja...@ladan.ca
on 13 Mar 2012 at 9:19Attachments: