From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86925 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, 24 Feb 2016 18:59:55 +0100 Organization: CRI ParisTech Message-ID: <87y4aaoup0.fsf@cri.ensmp.fr> References: <878u34uyk4.fsf@free.fr> <84bn7q9m9i.fsf@cri.ensmp.fr> <87wpqd5u46.fsf@gnus.org> <87si11nz3m.fsf@cri.ensmp.fr> <87r3glp923.fsf@gnus.org> <87io1wfbvp.fsf@cri.ensmp.fr> <87twlcvh9v.fsf@cri.ensmp.fr> <87io1sdnpt.fsf@gnus.org> <87k2m8ndgt.fsf@cri.ensmp.fr> <87fuwv3o3j.fsf@gnus.org> <87povzlwjz.fsf@cri.ensmp.fr> <874mdb3lx9.fsf@gnus.org> <87h9hbiiwx.fsf@cri.ensmp.fr> <87fuwuxvay.fsf@gnus.org> <87wppzn66d.fsf@gnus.org> <877fhwnxv1.fsf@cri.ensmp.fr> <87twl0w8cu.fsf@gnus.org> <8737sjw936.fsf@cri.ensmp.fr> <87wppuoqtg.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 1456336827 26944 80.91.229.3 (24 Feb 2016 18:00:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Feb 2016 18:00:27 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M35147@lists.math.uh.edu Wed Feb 24 19:00:15 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 1aYdjS-00064z-Cw for ding-account@gmane.org; Wed, 24 Feb 2016 19:00:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86) (envelope-from ) id 1aYdjP-0008LR-8s; Wed, 24 Feb 2016 12:00:11 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aYdjM-0008Ky-6H for ding@lists.math.uh.edu; Wed, 24 Feb 2016 12:00:08 -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 1aYdjH-0008Fk-UO for ding@lists.math.uh.edu; Wed, 24 Feb 2016 12:00:08 -0600 Original-Received: from boipeva.ensmp.fr ([194.214.158.136]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1aYdjG-0001CR-Fb; Wed, 24 Feb 2016 19:00:02 +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 u1OHxuOF015888 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 24 Feb 2016 18:59:56 +0100 X-Url: https://www.cri.ensmp.fr/people/gallego/ In-Reply-To: <87wppuoqtg.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 24 Feb 2016 12:11:23 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-Miltered: at boipeva.ensmp.fr with ID 56CDEF9C.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: 56CDEF9C.000 from 164.9.67.86.rev.sfr.net/164.9.67.86.rev.sfr.net/86.67.9.164/rochefort/ X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86925 Archived-At: Hi Lars, Lars Ingebrigtsen writes: > gallego@cri.ensmp.fr (Emilio Jes=C3=BAs Gallego Arias) writes: > >> I dunno when the bug was introduced, but it didn't hurt too many people >> it seems. > > Could you ask the Dovecot people? > >> Maybe adding an entry to the FAQ/QUIRKS file instructing to remove >> "MOVE" from nnimap-capabilities may be better than polluting the code. > > No, this should work out of the box without any configuration from the > user. I've asked, a couple of additional thoughts wrt adding a workaround: + Workarounding missing expunges seems not very convenient, serializing everything may be a bit excessive? + Detecting affected servers will be hard, imagine that this patch gets pushed to Debian stable (which IMO should be), how would you detect it? E.