From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88831 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with dovecot expiry to a different group/imap folder Date: Thu, 24 Oct 2019 23:05:00 +0200 Organization: Probably a good idea Message-ID: <86pnilkg77.fsf@dod.no> References: <86tv7xkgns.fsf@dod.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="71692"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (windows-nt) To: ding@gnus.org Original-X-From: ding-owner+M37035@lists.math.uh.edu Thu Oct 24 23:03:32 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iNkGY-000ITW-Q6 for ding-account@gmane.org; Thu, 24 Oct 2019 23:03:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1iNkGS-0000PM-4h; Thu, 24 Oct 2019 16:03:24 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iNkGP-0000Mf-FG for ding@lists.math.uh.edu; Thu, 24 Oct 2019 16:03:21 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iNkGO-0002pJ-7r for ding@lists.math.uh.edu; Thu, 24 Oct 2019 16:03:21 -0500 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226] helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iNkGJ-0006Wz-4z for ding@gnus.org; Thu, 24 Oct 2019 23:03:18 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iNkGD-000Hta-Uw for ding@gnus.org; Thu, 24 Oct 2019 23:03:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Mail-Copies-To: never Cancel-Lock: sha1:JXbsC95jozTWABVVuhsCNUenX/A= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88831 Archived-At: >>>>> Steinar Bang : > I seem to remember that there was an issue with nnimap expiry to a > different group when the server is dovecot. > But I can't remember what the issue was (something to do with the date > of the moved message that would get the date of the move instead of the > date the original message was received). This was the issue: commit d5427e71da28856c5e43396a37ffd0c906947499 Author: Lars Magne Ingebrigtsen Date: Mon Mar 14 20:23:30 2016 +0100 Disable MOVE more for Dovecot * lisp/gnus/nnimap.el (nnimap-process-expiry-targets): Also disable MOVE when expirying. (nnimap-split-incoming-mail): And when splitting mail. If I remember correctly this means that instead of using IMAP MOVE, articles are moved by a COPY (which gives the target message a new date) followed by a DELETE. > Is this still an issue? Is there a possibility of getting it fixed? It would be very niced if this issue is fixed, because it means I can go back to expiring to an archive folder without having the dates on the target message broken.p Thanks! - Steinar