Michael Welsh Duggan writes: > Here's a portion of an IMAP split log that looks fishy: > > 11:18:36 882 SELECT "INBOX" > 11:18:36 883 UID FETCH 1:* FLAGS > 11:18:36 884 UID FETCH 25439:25440 (UID BODY.PEEK[HEADER] BODY.PEEK[1]) > 11:18:36 885 UID COPY 25440 "INBOX/sei" > 11:18:36 886 UID STORE 25439 +FLAGS.SILENT (\Deleted) > 11:18:36 887 EXPUNGE > > Why is it copying 25440 (correctly), and then deleting 25439 (which I > didn't see)? Am I losing mail? Another case of nnimap split problem: copy but not deleted. Since several weeks[1], I have some mail duplicated, at random times. I set imap-log to t and found something interessting: #v+ 08:10:00 128662 LIST "" "*" 08:10:00 128663 SELECT "INBOX" 08:10:00 128664 UID FETCH 1:* FLAGS 08:10:00 128665 UID FETCH 76846 (UID BODY.PEEK[HEADER] BODY.PEEK[1]) 08:10:00 128666 UID COPY 76846 "baby-gnu.org.dehennin" 08:10:00 128667 EXAMINE "baby-gnu.org.cf" (QRESYNC (1236917076 2)) 08:10:00 128668 EXAMINE "linux.netfilter.user" (QRESYNC (1176563164 3)) [...] bunch of EXAMINE of all my groups 08:15:00 128754 LIST "" "*" 08:15:00 128755 SELECT "INBOX" 08:15:00 128756 UID FETCH 1:* FLAGS 08:15:00 128757 UID FETCH 76846 (UID BODY.PEEK[HEADER] BODY.PEEK[1]) 08:15:00 128758 UID COPY 76846 "baby-gnu.org.dehennin" 08:15:00 128759 UID STORE 76846 +FLAGS.SILENT (\Deleted) 08:15:00 128760 UID EXPUNGE 76846 08:15:00 128761 EXAMINE "baby-gnu.org.cf" (QRESYNC (1236917076 2)) #v- The mail is splited twice. Maybe the run of the daemon interfer somewhere? Any idea? Footnotes: [1] I do not remember when it starts -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1