From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76926 Path: news.gmane.org!not-for-mail From: egallego@babel.ls.fi.upm.es (Emilio =?utf-8?Q?Jes=C3=BAs?= Gallego Arias) Newsgroups: gmane.emacs.gnus.general Subject: Re: Incoming IMAP split problem Date: Fri, 18 Feb 2011 18:19:26 +0100 Organization: TKE Message-ID: <8762shmfa9.fsf@baal.ls.fi.upm.es> References: <871v38c5jt.fsf@maru.md5i.com> <87d3mqhbh0.fsf@hati.baby-gnu.org> <87vd0i1iya.fsf@babel.ls.fi.upm.es> <87lj1d7099.fsf@hati.baby-gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298049622 8813 80.91.229.12 (18 Feb 2011 17:20:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Feb 2011 17:20:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25264@lists.math.uh.edu Fri Feb 18 18:20:16 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PqU05-00006d-42 for ding-account@gmane.org; Fri, 18 Feb 2011 18:20:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PqTzd-0006ED-6A; Fri, 18 Feb 2011 11:19:45 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PqTza-0006Dq-Qh for ding@lists.math.uh.edu; Fri, 18 Feb 2011 11:19:42 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PqTzY-0003gl-NX for ding@lists.math.uh.edu; Fri, 18 Feb 2011 11:19:42 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PqTzV-0008Jb-TT for ding@gnus.org; Fri, 18 Feb 2011 18:19:37 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PqTzU-0008AE-UV for ding@gnus.org; Fri, 18 Feb 2011 18:19:36 +0100 Original-Received: from baal.ls.fi.upm.es ([138.100.12.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Feb 2011 18:19:36 +0100 Original-Received: from egallego by baal.ls.fi.upm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Feb 2011 18:19:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: baal.ls.fi.upm.es X-Url: https://babel.ls.fi.upm.es/~egallego/ User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:jWxki/Yz+T8N1lVRl/FdF+zAsuA= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76926 Archived-At: Really useful info Daniel Daniel Dehennin writes: > #v+ One working > 17:19:04 165506 LIST "" "*" > 17:19:04 165507 SELECT "INBOX" > 17:19:04 165508 UID FETCH 1:* FLAGS > 17:19:04 165509 UID FETCH 76938 (UID BODY.PEEK[HEADER] BODY.PEEK[1]) > 17:19:04 165510 UID COPY 76938 "baby-gnu.org.dad" > 17:19:04 NNIMAP SPLIT DEBUG (76938) ((165510 (76938))) > 17:19:04 165511 UID STORE 76938 +FLAGS.SILENT (\Deleted) > 17:19:04 165512 UID EXPUNGE 76938 > #v- > > #v+ One not working > 17:45:00 166064 LIST "" "*" > 17:45:00 166065 SELECT "INBOX" > 17:45:00 166066 UID FETCH 1:* FLAGS > 17:45:00 166067 UID FETCH 76939 (UID BODY.PEEK[HEADER] BODY.PEEK[1]) > 17:45:00 166068 UID COPY 76939 "baby-gnu.org.dehennin" > 17:45:00 NNIMAP SPLIT DEBUG nil ((166068 (76939))) So indeed nnimap-parse-copied-articles returns nil. I'll add some debug info to that function. >> I guess posting also the contents of the response for the COPY command >> would be useful. > > I can test if you have a patch, off for beer now ;-) I'll cook a patch. Regards, Emilio