From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#25126: 26.0.50; Gnus reacts poorly to email flags being changed behind its back Date: Thu, 12 Apr 2018 00:44:41 +0200 Message-ID: <877epduzvq.fsf@mouse.gnus.org> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1523486591 14665 195.159.176.226 (11 Apr 2018 22:43:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 11 Apr 2018 22:43:11 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: 25126@debbugs.gnu.org To: Daniel Colascione Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 12 00:43:06 2018 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f6OSE-0003a4-A2 for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Apr 2018 00:43:02 +0200 Original-Received: from localhost ([::1]:36128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6OUK-0001Mo-Vn for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Apr 2018 18:45:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6OUE-0001MN-SG for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2018 18:45:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6OUA-0000T7-RS for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2018 18:45:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:38867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6OUA-0000Sx-OB for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2018 18:45:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f6OUA-0004RS-Hp for bug-gnu-emacs@gnu.org; Wed, 11 Apr 2018 18:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 11 Apr 2018 22:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25126 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 25126-submit@debbugs.gnu.org id=B25126.152348669517051 (code B ref 25126); Wed, 11 Apr 2018 22:45:02 +0000 Original-Received: (at 25126) by debbugs.gnu.org; 11 Apr 2018 22:44:55 +0000 Original-Received: from localhost ([127.0.0.1]:46764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f6OU1-0004Qv-6a for submit@debbugs.gnu.org; Wed, 11 Apr 2018 18:44:53 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:51340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f6OTy-0004Ql-SI for 25126@debbugs.gnu.org; Wed, 11 Apr 2018 18:44:51 -0400 Original-Received: from 46.67.12.60.tmi.telenormobil.no ([46.67.12.60] helo=corrigan) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1f6OTv-0006e8-LO; Thu, 12 Apr 2018 00:44:50 +0200 Original-Received: from larsi by corrigan with local (Exim 4.89) (envelope-from ) id 1f6OTp-0003Is-Rl; Thu, 12 Apr 2018 00:44:41 +0200 In-Reply-To: (Daniel Colascione's message of "Tue, 06 Dec 2016 12:14:22 -0800") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:145109 Archived-At: Daniel Colascione writes: > I'm trying an email setup that involves pointing Gnus as a maildir tree > and having mbsync run from cron and, well, sync with an IMAP server. > Sometimes, if I open a mail group in Gnus, read a message, and before > leaving that mail group, go read that message on another client, the > cron job will change the message-file's flags behind Gnus's back, > causing Gnus to raise an error when I try to leave the group, > complaining that a message file it thought existed no longer exists > (because it's been renamed). > > Can Gnus cope better with other programs modifying messages concurrently? Just to clarify -- these problems are with nnmaildir and not nnimap? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no