Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 41 / 8755f4838fa0813daba9c3856fa2e88ebde4cb
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id CC4106DE1760\r
6  for <notmuch@notmuchmail.org>; Mon,  7 Sep 2015 05:51:11 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.68\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.68 tagged_above=-999 required=5 tests=[AWL=-1.010, \r
12  RCVD_IN_BRBL_LASTEXT=1.644, RCVD_IN_SBL=2.596,\r
13  RP_MATCHES_RCVD=-0.55] autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id wh845uUz9lop for <notmuch@notmuchmail.org>;\r
17  Mon,  7 Sep 2015 05:51:10 -0700 (PDT)\r
18 X-Greylist: delayed 317 seconds by postgrey-1.35 at arlo;\r
19  Mon, 07 Sep 2015 05:51:09 PDT\r
20 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
21  by arlo.cworth.org (Postfix) with ESMTPS id DDB086DE1734\r
22  for <notmuch@notmuchmail.org>; Mon,  7 Sep 2015 05:51:09 -0700 (PDT)\r
23 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
24  (envelope-from <david@tethera.net>)\r
25  id 1ZYvt5-0002mF-Il; Mon, 07 Sep 2015 09:51:07 -0300\r
26 Received: (nullmailer pid 23745 invoked by uid 1000); Mon, 07 Sep 2015\r
27  12:51:04 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: Jani Nikula <jani@nikula.org>, Mark Walters <markwalters1009@gmail.com>,\r
30  notmuch@notmuchmail.org\r
31 Subject: Re: [PATCH 2/2] cli: reset db directory mtime upon directory removal\r
32 In-Reply-To: <1441445731-4362-2-git-send-email-jani@nikula.org>\r
33 References: <87siray6th.fsf@qmul.ac.uk>\r
34  <1441445731-4362-1-git-send-email-jani@nikula.org>\r
35  <1441445731-4362-2-git-send-email-jani@nikula.org>\r
36 User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
37  (x86_64-pc-linux-gnu)\r
38 Date: Mon, 07 Sep 2015 09:51:04 -0300\r
39 Message-ID: <87egiaz93b.fsf@zancas.localnet>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.18\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46  <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Mon, 07 Sep 2015 12:51:11 -0000\r
55 \r
56 Jani Nikula <jani@nikula.org> writes:\r
57 \r
58 > The library does not have a function to remove a directory document\r
59 > for a path. Usually this doesn't matter except for a slight waste of\r
60 > space. However, if the same directory gets added to the filesystem\r
61 > again, the old directory document is found with the old mtime. Reset\r
62 > the directory mtime on removal to avoid problems.\r
63 >\r
64 \r
65 \r
66 pushed to master.\r
67 \r
68 d\r