From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 436CB6DE0AF4 for ; Sun, 25 Sep 2016 04:37:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 EuBI5MMkRDNE for ; Sun, 25 Sep 2016 04:37:10 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 623966DE0ACD for ; Sun, 25 Sep 2016 04:37:05 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bo7jp-0003MG-Pj; Sun, 25 Sep 2016 07:36:53 -0400 Received: (nullmailer pid 21985 invoked by uid 1000); Sun, 25 Sep 2016 11:36:59 -0000 From: David Bremner To: David Bremner , notmuch@notmuchmail.org Subject: [PATCH 2/5] NEWS: document mtime bugfix Date: Sun, 25 Sep 2016 08:36:53 -0300 Message-Id: <20160925113656.21928-2-david@tethera.net> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160925113656.21928-1-david@tethera.net> References: <20160925011925.21668-1-david@tethera.net> <20160925113656.21928-1-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sun, 25 Sep 2016 11:37:11 -0000 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index a5d313d..eb11d4b 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,10 @@ Message property API private data without polluting the user tag space. They also support iteration of values with the same key or same key prefix. +Bug fix for `notmuch_directory_set_mtime` + + Update cached mtime to match on-disk mtime. + CLI --- -- 2.9.3