From: David Bremner Date: Wed, 2 Sep 2015 00:37:09 +0000 (+2100) Subject: Re: muchsync files renames X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83e4cef256ca25e72f0bbea1f11f78fe93fa30c2;p=notmuch-archives.git Re: muchsync files renames --- diff --git a/92/ab9b140a7c78c82755a5243af20509ed5595f3 b/92/ab9b140a7c78c82755a5243af20509ed5595f3 new file mode 100644 index 000000000..878eebd36 --- /dev/null +++ b/92/ab9b140a7c78c82755a5243af20509ed5595f3 @@ -0,0 +1,73 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id EE2356DE17FB + for ; Tue, 1 Sep 2015 17:38:38 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.115 +X-Spam-Level: +X-Spam-Status: No, score=0.115 tagged_above=-999 required=5 tests=[AWL=0.115] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id IL0PHAE6EhFE for ; + Tue, 1 Sep 2015 17:38:36 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 72C526DE175C + for ; Tue, 1 Sep 2015 17:38:36 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZWw3O-0000Yr-2N; Wed, 02 Sep 2015 00:37:30 +0000 +Received: (nullmailer pid 11856 invoked by uid 1000); Wed, 02 Sep 2015 + 00:37:09 -0000 +From: David Bremner +To: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= , David + Mazieres expires 2015-11-29 PST + +Subject: Re: muchsync files renames +In-Reply-To: <87613tn45m.fsf@freja.aidecoe.name> +References: <878u93ujdo.fsf@freja.aidecoe.name> + <876146o920.fsf@ta.scs.stanford.edu> <871teu8kdd.fsf@freja.aidecoe.name> + <87oahxojlv.fsf@ta.scs.stanford.edu> <87vbbwnbb4.fsf@freja.aidecoe.name> + <87io7wr50y.fsf@ta.scs.stanford.edu> <87k2sbmzww.fsf@freja.aidecoe.name> + <87oahnmkqf.fsf@ta.scs.stanford.edu> <87egijm7kw.fsf@freja.aidecoe.name> + <878u8rvxap.fsf@ta.scs.stanford.edu> <87613tn45m.fsf@freja.aidecoe.name> +User-Agent: Notmuch/0.20.2+60~gcb08a2e (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Tue, 01 Sep 2015 21:37:09 -0300 +Message-ID: <87vbbthd1m.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 02 Sep 2015 00:38:39 -0000 + +Amadeusz =C5=BBo=C5=82nowski writes: + +> What's more surprising is that there is a test case in notmuch test +> suite which test whether after modifing tag of a mail it is moved from +> new/ to cur/. Yes, it should be moved on any tag modification if I +> understand correctly. But it seems it does not for my maildirs... +> + +If I understand the code correctly, this movement will only happen when +one of the maildir-flag-equivalent tags is changed. I haven't dug ack +through the archives, but I think mutt uses presence in new/ as some +kind of extra unseen state, so people requested not to move files until +needed. + +d