Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 42 / 63561f3545128141c70b3e3b0f789aee301365
1 Return-Path: <tomi.ollila@iki.fi>\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 6DEB86DE19C7\r
6  for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 07:24:35 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.753\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.753 tagged_above=-999 required=5 tests=[AWL=0.101, \r
12  SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id kayMXz6O-F-V for <notmuch@notmuchmail.org>;\r
16  Sat, 17 Oct 2015 07:24:33 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 3E0C76DE02DD\r
19  for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 07:24:33 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 6E41B1000CA;\r
22  Sat, 17 Oct 2015 17:24:42 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 4/4] NEWS: news for notmuch_directory_delete\r
26 In-Reply-To: <1445087213-21364-4-git-send-email-jani@nikula.org>\r
27 References: <1445087213-21364-1-git-send-email-jani@nikula.org>\r
28  <1445087213-21364-4-git-send-email-jani@nikula.org>\r
29 User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1\r
30  (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Sat, 17 Oct 2015 17:24:42 +0300\r
35 Message-ID: <m2pp0d4lp1.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.18\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sat, 17 Oct 2015 14:24:35 -0000\r
51 \r
52 On Sat, Oct 17 2015, Jani Nikula <jani@nikula.org> wrote:\r
53 \r
54 > ---\r
55 >  NEWS | 13 +++++++++++++\r
56 >  1 file changed, 13 insertions(+)\r
57 >\r
58 > diff --git a/NEWS b/NEWS\r
59 > index 9940f8185e82..c5417144b755 100644\r
60 > --- a/NEWS\r
61 > +++ b/NEWS\r
62 > @@ -47,6 +47,19 @@ Library\r
63 >  The use of absolute paths is now enforced when calling\r
64 >  `notmuch_database_{open, create}`.\r
65 >  \r
66 > +New function `notmuch_directory_delete` to delete directory documents\r
67 > +\r
68 > +  Previously there was no way to delete directory documents from the\r
69 > +  database, leading to confusing results when the "ghost" directory\r
70 > +  document of a renamed or deleted filesystem directory was\r
71 > +  encountered every time the parent directory was being scanned by\r
72 > +  `notmuch new`. The mtime of the old directory document was also used\r
73 > +  if a directory by the same name was added again in the filesystem,\r
74 > +  potentially bypassing the scan for the directory. The issues are\r
75 > +  fixed by providing a library call to delete directory documents, and\r
76 > +  deleting the old documents in `notmuch new` on filesystem directory\r
77 > +  removal or rename.\r
78 \r
79 LGTM (format).\r
80 \r
81 > +\r
82 >  nmbug-status\r
83 >  ------------\r
84 >  \r
85 > -- \r
86 > 2.1.4\r
87 >\r
88 > _______________________________________________\r
89 > notmuch mailing list\r
90 > notmuch@notmuchmail.org\r
91 > http://notmuchmail.org/mailman/listinfo/notmuch\r