Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 3b / 2cafc8f3b192841f781e3c691333377cacaca0
1 Return-Path: <bremner@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 olra.theworths.org (Postfix) with ESMTP id DB9C6431FBC\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Mar 2014 04:53:06 -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 5-d8RBr+fEE7 for <notmuch@notmuchmail.org>;\r
16         Mon,  3 Mar 2014 04:53:02 -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 4B9C9431FC4\r
21         for <notmuch@notmuchmail.org>; Mon,  3 Mar 2014 04:52:56 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1WKSMV-0008JD-Gf; Mon, 03 Mar 2014 08:52:51 -0400\r
25 Received: (nullmailer pid 29632 invoked by uid 1000); Mon, 03 Mar 2014\r
26         12:52:41 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 3/3] NEWS: note closing of id:87ty19pi85.fsf@zancas.localnet\r
30 Date: Mon,  3 Mar 2014 08:52:39 -0400\r
31 Message-Id: <1393851159-29456-4-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 1.8.5.3\r
33 In-Reply-To: <1393851159-29456-1-git-send-email-david@tethera.net>\r
34 References: <1393849753-20678-1-git-send-email-david@tethera.net>\r
35         <1393851159-29456-1-git-send-email-david@tethera.net>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=UTF-8\r
38 Content-Transfer-Encoding: 8bit\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 03 Mar 2014 12:53:07 -0000\r
52 \r
53 Also close the original debian bug.\r
54 ---\r
55  NEWS             | 4 ++++\r
56  debian/changelog | 4 +++-\r
57  2 files changed, 7 insertions(+), 1 deletion(-)\r
58 \r
59 diff --git a/NEWS b/NEWS\r
60 index 799fd9a..d4f4ea4 100644\r
61 --- a/NEWS\r
62 +++ b/NEWS\r
63 @@ -8,6 +8,10 @@ Command-Line Interface\r
64  \r
65    The old format is still available with `--format=sup`.\r
66  \r
67 +`notmuch new` has a --quiet option\r
68 +\r
69 +  This option suppresses the progress and summary reports.\r
70 +\r
71  Emacs Interface\r
72  ---------------\r
73  \r
74 diff --git a/debian/changelog b/debian/changelog\r
75 index b205c8f..057e613 100644\r
76 --- a/debian/changelog\r
77 +++ b/debian/changelog\r
78 @@ -4,8 +4,10 @@ notmuch (0.18-1) unstable; urgency=medium\r
79      thanks to Antoine Beaupré (Closes: #737496).\r
80    * Bug fix: "notmuch(1) manpage: typo: int -&gt; in", thanks to Jakub\r
81      Wilk (Closes: #739556).\r
82 +  * Bug fix: "get a quiet option", thanks to Joerg Jaspert (Closes:\r
83 +    #666027).\r
84  \r
85 - -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:35:46 -0400\r
86 + -- David Bremner <bremner@debian.org>  Mon, 03 Mar 2014 08:43:03 -0400\r
87  \r
88  notmuch (0.17-5) unstable; urgency=medium\r
89  \r
90 -- \r
91 1.8.5.3\r
92 \r