[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnimap respool error
From: |
Ted Zlatanov |
Subject: |
Re: nnimap respool error |
Date: |
Fri, 23 Oct 2009 17:44:24 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) |
On Thu, 22 Oct 2009 23:11:04 +0200 Walter Franzini <walter.franzini@gmail.com>
wrote:
WF> I've recently switched from emacs22 to emacs23 and from nnmaildir to
WF> nnimap. Running gnus-summary-respool-article I get the following error:
WF> ------------------------------------------------------------------------
WF> B r runs the command gnus-summary-respool-article
WF> Copying to nnimap: (44)...
WF> Error in IMAP command APPEND: Missing '"'
WF> Couldn't Copy article 44: Error in IMAP command APPEND: Missing '"'
WF> nnimap: Updating info for nnimap+local:INBOX...done
WF> ------------------------------------------------------------------------
WF> Is it a known problem?
WF> Otherwise can someone help me locate where '"' should be added?
You need imap-log set to t, the *imap-log* buffer will have the full
exchange. Also try M-x toggle-debug-on-error to see if you can get a
full trace of the error.
Ted