Reply all - issue
[notmuch-archives.git] / 21 / 1f53bcd59692e0792d47561c7c7954fd004e2d
1 Return-Path: <jani@nikula.org>\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 3B65F429E25\r
6         for <notmuch@notmuchmail.org>; Mon,  9 Jan 2012 03:50:02 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 O3n0DDZKDS4Q for <notmuch@notmuchmail.org>;\r
16         Mon,  9 Jan 2012 03:50:00 -0800 (PST)\r
17 Received: from mail-tul01m020-f181.google.com (mail-tul01m020-f181.google.com\r
18         [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 7990B431FB6\r
21         for <notmuch@notmuchmail.org>; Mon,  9 Jan 2012 03:50:00 -0800 (PST)\r
22 Received: by obbup6 with SMTP id up6so4410349obb.26\r
23         for <notmuch@notmuchmail.org>; Mon, 09 Jan 2012 03:49:59 -0800 (PST)\r
24 Received: by 10.182.226.6 with SMTP id ro6mr13962392obc.3.1326109799883;\r
25         Mon, 09 Jan 2012 03:49:59 -0800 (PST)\r
26 Received: from localhost (nikula.org. [92.243.24.172])\r
27         by mx.google.com with ESMTPS id vb3sm75436512obc.4.2012.01.09.03.49.57\r
28         (version=SSLv3 cipher=OTHER); Mon, 09 Jan 2012 03:49:59 -0800 (PST)\r
29 From: Jani Nikula <jani@nikula.org>\r
30 To: notmuch@notmuchmail.org,\r
31         david@tethera.net\r
32 Subject: [PATCH] NEWS: add news entry for notmuch reply uninitialized variable\r
33         bugfix\r
34 Date: Mon,  9 Jan 2012 11:49:56 +0000\r
35 Message-Id: <1326109796-26138-1-git-send-email-jani@nikula.org>\r
36 X-Mailer: git-send-email 1.7.1\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 09 Jan 2012 11:50:02 -0000\r
50 \r
51 ---\r
52 \r
53 This is against release branch.\r
54 ---\r
55  NEWS |   10 ++++++++--\r
56  1 files changed, 8 insertions(+), 2 deletions(-)\r
57 \r
58 diff --git a/NEWS b/NEWS\r
59 index 85ff65b..687154d 100644\r
60 --- a/NEWS\r
61 +++ b/NEWS\r
62 @@ -1,8 +1,8 @@\r
63  Notmuch 0.11 (201x-xx-xx)\r
64  =========================\r
65  \r
66 -New command-line features\r
67 --------------------------\r
68 +Command-Line Interface\r
69 +----------------------\r
70  \r
71  Hooks\r
72  \r
73 @@ -11,6 +11,12 @@ Hooks\r
74    supports "pre-new" and "post-new" hooks that are run before and after\r
75    importing new messages into the database.\r
76  \r
77 +notmuch reply --decrypt bugfix\r
78 +\r
79 +  The "notmuch reply" command with --decrypt argument had a rarely\r
80 +  occurring bug that caused an encrypted message not to be decrypted\r
81 +  sometimes. This is now fixed.\r
82 +\r
83  Performance\r
84  -----------\r
85  \r
86 -- \r
87 1.7.1\r
88 \r