Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: ding@gnus.org
Subject: Re: Incoming IMAP split problem
Date: Fri, 18 Feb 2011 15:13:37 -0800	[thread overview]
Message-ID: <87bp290wda.fsf@gnus.org> (raw)
In-Reply-To: <87lj1d7099.fsf@hati.baby-gnu.org>

Daniel Dehennin <daniel.dehennin@baby-gnu.org> writes:

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

Interesting.  This is what's failing.

Could you add the following patch, too?  It will add the contents of the
buffer to the log, too, so that we can see what's failing when trying to
parse the COPY results.

diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 9c93ee8..645d85a 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1821,6 +1821,7 @@ textual parts.")
       (nnimap-wait-for-response sequence))))
 
 (defun nnimap-parse-copied-articles (sequences)
+  (nnimap-log-command "IMAP DEBUG %s %s" sequences (buffer-string))
   (let (sequence copied range)
     (goto-char (point-min))
     (while (re-search-forward "^\\([0-9]+\\) OK " nil t)


-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




  parent reply	other threads:[~2011-02-18 23:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-16 16:23 Michael Welsh Duggan
2011-02-16 16:31 ` Michael Welsh Duggan
2011-02-16 21:42   ` Lars Ingebrigtsen
2011-02-16 22:14     ` Emilio Jesús Gallego Arias
2011-02-16 22:21       ` Lars Ingebrigtsen
2011-02-16 22:28         ` Lars Ingebrigtsen
2011-02-18 20:23           ` Michael Welsh Duggan
2011-02-17 16:28 ` Daniel Dehennin
2011-02-17 20:53   ` Emilio Jesús Gallego Arias
2011-02-18 16:53     ` Daniel Dehennin
2011-02-18 17:19       ` Emilio Jesús Gallego Arias
2011-02-18 23:13       ` Lars Ingebrigtsen [this message]
2011-02-18 23:52         ` Michael Welsh Duggan
2011-02-19  9:40           ` Lars Ingebrigtsen
2011-02-19 17:48             ` Michael Welsh Duggan
2011-02-19 18:29             ` Daniel Dehennin
2011-02-19 22:36               ` Daniel Dehennin
2011-02-20  1:06               ` Lars Ingebrigtsen
2011-02-21  6:30                 ` Daniel Dehennin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bp290wda.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).