From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86821 Path: news.gmane.org!not-for-mail From: gallego@cri.ensmp.fr (Emilio =?utf-8?Q?Jes=C3=BAs?= Gallego Arias) Newsgroups: gmane.emacs.gnus.general Subject: Re: duplicates with offlineimap+dovecot Date: Wed, 10 Feb 2016 02:17:01 +0100 Organization: CRI ParisTech Message-ID: <87si11nz3m.fsf@cri.ensmp.fr> References: <878u34uyk4.fsf@free.fr> <84bn7q9m9i.fsf@cri.ensmp.fr> <87wpqd5u46.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1455067065 13637 80.91.229.3 (10 Feb 2016 01:17:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Feb 2016 01:17:45 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M35046@lists.math.uh.edu Wed Feb 10 02:17:34 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aTJPR-0001l5-C3 for ding-account@gmane.org; Wed, 10 Feb 2016 02:17:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1aTJPA-0000h7-Hx; Tue, 09 Feb 2016 19:17:16 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1aTJP7-0000gY-Tp for ding@lists.math.uh.edu; Tue, 09 Feb 2016 19:17:13 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1aTJP3-0002St-FL for ding@lists.math.uh.edu; Tue, 09 Feb 2016 19:17:13 -0600 Original-Received: from boipeva.ensmp.fr ([194.214.158.136]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1aTJP0-0001ej-1f; Wed, 10 Feb 2016 02:17:06 +0100 Original-Received: from rochefort (164.9.67.86.rev.sfr.net [86.67.9.164]) (authenticated bits=0) by boipeva.ensmp.fr (8.15.2/8.15.1/JMMC-22/Oct/2013) with ESMTPSA id u1A1H2kE005021 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 10 Feb 2016 02:17:03 +0100 X-Url: https://www.cri.ensmp.fr/people/gallego/ In-Reply-To: <87wpqd5u46.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 10 Feb 2016 10:42:01 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-Miltered: at boipeva.ensmp.fr with ID 56BA8F8E.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Auth: USER-ID emilio.gallego_arias X-j-chkmail-Enveloppe: 56BA8F8E.000 from 164.9.67.86.rev.sfr.net/164.9.67.86.rev.sfr.net/86.67.9.164/rochefort/ X-Spam-Score: -2.2 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86821 Archived-At: Hi Lars, Lars Ingebrigtsen writes: > gallego@cri.ensmp.fr (Emilio Jes=C3=BAs Gallego Arias) writes: > >> 09:00:13 [host] 5455 LIST "" "*" >> 09:00:14 [host] 5456 SELECT "INBOX" >> 09:00:14 [host] 5457 UID FETCH 1:* FLAGS >> 09:00:14 [host] 5458 UID FETCH 10775:10795 (UID BODY.PEEK[HEADER]) >> 09:00:14 [host] 5459 UID MOVE 10779 "folder1" >> 09:00:14 [host] 5460 UID MOVE 10780 "folder2" >> 09:00:14 [host] 5461 UID MOVE 10791 "folder3" >> 09:00:14 [host] 5462 UID MOVE 10775:10777,10781:10790,10792:10794 "folde= r5" >> 09:00:14 [host] 5463 UID MOVE 10795 "folder4" > > So that's the splitting. It's all MOVE, so those articles should no > longer be in INBOX... Indeed, that's weird, maybe the server is returning some kind of weird stat= us? 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. Thanks a lot for the help, Emilio p.d: I couldn't get dovecot to log in verbose mode either, investigating this.