From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/489 Path: news.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.emacs.gnus.user Subject: Re: IMAP splitting problem Date: 23 May 2002 14:55:06 +0200 Organization: none Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667473 7168 80.91.229.2 (31 Jan 2006 00:31:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:31:13 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:27:40 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!stargate.gts.cz!newsfeeds.belnet.be!news.belnet.be!uni-erlangen.de!news-nue1.dfn.de!news-koe1.dfn.de!news.uni-dortmund.de!Informatik.Uni-Dortmund.DE!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Sender: gundlach@sol Original-NNTP-Posting-Host: sol.cs.uni-dortmund.de X-Lieblings-Musik: b.i. User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:629 Original-Lines: 70 X-Gnus-Article-Number: 629 Tue Jan 17 17:27:40 2006 Xref: news.gmane.org gmane.emacs.gnus.user:489 Archived-At: Simon Josefsson writes: > > This is in the Messages-buffer when I press g in the group-buffer: > > > > nnimap: Fetching (part of) article 6...done > > IMAP split failed to move irb:INBOX:6 to INBOX.private > > nnimap: Checking mailboxes... > > nnimap: Checking mailbox INBOX > > > > Does the split stuff above look ok? > > Yes. If you enable `imap-log', what do you get in the *imap-log* > buffer? Most likely the server won't allow you to move the article. The server allows to create folder from other clients. [...] 4 UID SEARCH UNSEEN UNDELETED * SEARCH 8 4 OK Completed (1 msgs in 0.000 secs) 5 UID FETCH 8 BODY.PEEK[HEADER] * 3 FETCH (UID 8 BODY[HEADER] {927} [...] ) 5 OK Completed 6 UID COPY 8 "INBOX.private" 6 NO Mailbox does not exist 7 EXPUNGE * 3 EXISTS * 0 RECENT 7 OK Completed 8 CLOSE [...] So it does not even try to create a subfolder ====================================================================== 1 -> imap-message-copy: articles="8" mailbox="INBOX.private" dont-create=nil no-copyuid=nocopyuid buffer=nil | 2 -> imap-send-command-wait: command="UID COPY 8 \"INBOX.private\"" buffer=nil | | 3 -> imap-send-command: command="UID COPY 8 \"INBOX.private\"" buffer=nil | | | 4 -> imap-send-command-1: cmdstr="6 UID COPY 8 \"INBOX.private\"" | | | 4 <- imap-send-command-1: nil | | 3 <- imap-send-command: 6 | | 3 -> imap-wait-for-tag: tag=6 buffer=nil | | | 4 -> imap-arrival-filter: proc=# string="6 NO Mailbox does not exist " | | | | 5 -> imap-find-next-line: | | | | 5 <- imap-find-next-line: 30 | | | | 5 -> imap-parse-response: | | | | | 6 -> imap-parse-resp-text: | | | | | | 7 -> imap-parse-resp-text-code: | | | | | | 7 <- imap-parse-resp-text-code: nil | | | | | 6 <- imap-parse-resp-text: nil | | | | 5 <- imap-parse-response: ((6 NO nil "Mailbox does not exist")) | | | | 5 -> imap-find-next-line: | | | | 5 <- imap-find-next-line: nil | | | 4 <- imap-arrival-filter: nil | | 3 <- imap-wait-for-tag: (6 NO nil "Mailbox does not exist") | 2 <- imap-send-command-wait: (6 NO nil "Mailbox does not exist") 1 <- imap-message-copy: nil ====================================================================== TIA, Patrick -- I'll fade into the darkness