Gnus development mailing list
 help / color / mirror / Atom feed
From: gallego@cri.ensmp.fr (Emilio Jesús Gallego Arias)
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: ding@gnus.org
Subject: Re: duplicates with offlineimap+dovecot
Date: Wed, 10 Feb 2016 23:18:02 +0100	[thread overview]
Message-ID: <87io1wfbvp.fsf@cri.ensmp.fr> (raw)
In-Reply-To: <87r3glp923.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 10 Feb 2016 13:56:36 +1100")

Hi Lars,

Lars Ingebrigtsen <larsi@gnus.org> writes:

> gallego@cri.ensmp.fr (Emilio Jesús Gallego Arias) writes:
>
>> Isn't there a way to debug even more/IMAP return status? I've tried to
>> gather the contents of the *nnimap host *nntpd** buffer but without success.
>
> No, I don't think there's a way to get the IMAP results logged.  I think
> perhaps the easiest thing would be to put a (debug) in the source code
> right after it's issued those MOVE commands, and then have a peek in the
> *nnimap ...* buffer.

The idea worked, thanks!
(I replaced "(debug)" with my own logging of the nnimap buffer)

And this is what I got:
[note the duplicated move to folder1]

21:02:58 [domain] 9014 LIST "" "*"
21:02:58 [domain] 9015 SELECT "INBOX"
21:02:58 [domain] 9016 UID FETCH 1:* FLAGS
21:02:58 [domain] 9017 UID FETCH 4062:4072 (UID BODY.PEEK[HEADER])
21:02:59 [domain] 9018 UID MOVE 4065 "unrelated1"
21:02:59 [domain] 9019 UID MOVE 4062,4066,4068 "unrelated2"
21:02:59 [domain] 9020 UID MOVE 4063:4064,4067,4069:4072 "folder1"
21:03:00 [domain] 9021 EXAMINE "unrelated1" (QRESYNC (1424475224 33))
[...] lots of stuff
21:03:07 [domain] 9248 SELECT "INBOX"
21:03:07 [domain] 9249 SELECT "INBOX"
21:03:07 [domain] 9250 UID FETCH 704,2408,2425,2447:2448,2510,2537,2571,2667,2675,3715,3777,3806,3865,3871,3989,4003,4063:4064,4067 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref To Newsgroups Cc)])
21:03:08 [domain] 9251 SELECT "INBOX"
21:03:08 [domain] 9252 UID FETCH 4063 BODY.PEEK[]
21:03:12 [domain] 9253 SELECT "INBOX"
21:03:12 [domain] 9254 UID SEARCH SENTBEFORE 03-FEB-2016

--- *nnimap domain buf **
* OK [COPYUID 1424475206 4065 96] Moved UIDs.
* VANISHED 4065
* 10 RECENT
9018 OK [HIGHESTMODSEQ 5192] Move completed.
* OK [COPYUID 1424475218 4062,4066,4068 376:378] Moved UIDs.
* OK [COPYUID 1424475231 4063:4064,4067,4069:4072 26:32] Moved UIDs.
* VANISHED 4062,4066,4068:4072
* 3 RECENT
9019 OK Move completed.
9020 OK [HIGHESTMODSEQ 5193] Move completed.

--- Second press of g
21:07:20 [domain] 9303 LIST "" "*"
21:07:20 [domain] 9304 SELECT "INBOX"
21:07:20 [domain] 9305 UID FETCH 1:* FLAGS
21:07:20 [domain] 9306 UID FETCH 4063:4064,4067 (UID BODY.PEEK[HEADER])
21:07:20 [domain] 9307 UID MOVE 4063:4064,4067 "folder1"

--- *nnimap domain buf **
* OK [COPYUID 1424475231 4063:4064,4067 33:35] Moved UIDs.
* VANISHED 4063:4064,4067
9307 OK [HIGHESTMODSEQ 5194] Move completed.

I'm really puzzled by this log, dunno how to interpret it.

Best regards,
Emilio



  reply	other threads:[~2016-02-10 22:18 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-01 17:31 Julien Cubizolles
2016-02-01 22:34 ` Malcolm Purvis
2016-02-02  8:49   ` Julien Cubizolles
2016-02-09 11:05   ` Emilio Jesús Gallego Arias
2016-02-09 23:42     ` Lars Ingebrigtsen
2016-02-10  1:17       ` Emilio Jesús Gallego Arias
2016-02-10  2:56         ` Lars Ingebrigtsen
2016-02-10 22:18           ` Emilio Jesús Gallego Arias [this message]
2016-02-10 23:56             ` Emilio Jesús Gallego Arias
2016-02-13  6:52               ` Lars Ingebrigtsen
2016-02-13 14:03             ` Emilio Jesús Gallego Arias
2016-02-14  2:34               ` Lars Ingebrigtsen
2016-02-14  4:05                 ` Emilio Jesús Gallego Arias
2016-02-14  4:36                   ` Lars Ingebrigtsen
2016-02-14  4:56                     ` Emilio Jesús Gallego Arias
2016-02-14  5:23                       ` Lars Ingebrigtsen
2016-02-14 12:19                         ` Emilio Jesús Gallego Arias
2016-02-15  7:54                           ` Lars Ingebrigtsen
2016-02-20  7:52                             ` Steinar Bang
2016-02-20  8:21                               ` Lars Ingebrigtsen
2016-02-20 14:47                                 ` Steinar Bang
2016-02-22 23:12                                 ` Emilio Jesús Gallego Arias
2016-02-23  0:58                                   ` Lars Ingebrigtsen
2016-02-23 18:54                                     ` Emilio Jesús Gallego Arias
2016-02-23 22:05                                       ` Dan Christensen
2016-02-24  1:10                                         ` Lars Ingebrigtsen
2016-02-24  1:11                                       ` Lars Ingebrigtsen
2016-02-24 17:59                                         ` Emilio Jesús Gallego Arias
2016-02-01 22:40 ` Dave Abrahams

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=87io1wfbvp.fsf@cri.ensmp.fr \
    --to=gallego@cri.ensmp.fr \
    --cc=ding@gnus.org \
    --cc=larsi@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).