[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / a8 / 37cb7afbb1ff91cbf3ff3b88aceb31f03bf4f0
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 olra.theworths.org (Postfix) with ESMTP id 36C58431FC7\r
6         for <notmuch@notmuchmail.org>; Thu, 13 Nov 2014 13:00:19 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id hBaVAlwFefwk for <notmuch@notmuchmail.org>;\r
16         Thu, 13 Nov 2014 13:00:14 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 74011431FBF\r
21         for <notmuch@notmuchmail.org>; Thu, 13 Nov 2014 13:00:14 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1Xp1Uv-0007DN-FC; Thu, 13 Nov 2014 17:00:09 -0400\r
25 Received: (nullmailer pid 2893 invoked by uid 1000); Thu, 13 Nov 2014\r
26         21:00:01 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 2/2] NEWS: deprecate notmuch deliver\r
30 Date: Thu, 13 Nov 2014 21:59:43 +0100\r
31 Message-Id: <1415912383-2836-2-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.1.1\r
33 In-Reply-To: <1415912383-2836-1-git-send-email-david@tethera.net>\r
34 References: <1415912383-2836-1-git-send-email-david@tethera.net>\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Thu, 13 Nov 2014 21:00:19 -0000\r
48 \r
49 notmuch-deliver has no commits for about 2.5 years. notmuch-insert has\r
50 all the features that deliver does, and as far as I understand the\r
51 error handling has now caught up.\r
52 ---\r
53  NEWS | 7 +++++++\r
54  1 file changed, 7 insertions(+)\r
55 \r
56 diff --git a/NEWS b/NEWS\r
57 index 0115322..ce7695a 100644\r
58 --- a/NEWS\r
59 +++ b/NEWS\r
60 @@ -39,6 +39,13 @@ Stopped `notmuch dump` failing if someone writes to the database\r
61    `post-new`. There's also a new option `notmuch insert --no-hooks` to\r
62    skip the hook. See the notmuch-hooks(1) man page for details.\r
63  \r
64 +`notmuch deliver` is deprecated\r
65 +\r
66 +  With this release we believe that `notmuch insert` has reached\r
67 +  parity with `notmuch deliver`. We recommend that all users of\r
68 +  `notmuch deliver` switch to `notmuch insert` as the former is\r
69 +  currently unmaintained.\r
70 +\r
71  `notmuch search` now supports `--duplicate=N` option with `--output=messages`\r
72  \r
73    Complementing the `notmuch search --duplicate=N --output=files`\r
74 -- \r
75 2.1.1\r
76 \r