Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 3B65F429E25 for ; Mon, 9 Jan 2012 03:50:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O3n0DDZKDS4Q for ; Mon, 9 Jan 2012 03:50:00 -0800 (PST) Received: from mail-tul01m020-f181.google.com (mail-tul01m020-f181.google.com [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7990B431FB6 for ; Mon, 9 Jan 2012 03:50:00 -0800 (PST) Received: by obbup6 with SMTP id up6so4410349obb.26 for ; Mon, 09 Jan 2012 03:49:59 -0800 (PST) Received: by 10.182.226.6 with SMTP id ro6mr13962392obc.3.1326109799883; Mon, 09 Jan 2012 03:49:59 -0800 (PST) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id vb3sm75436512obc.4.2012.01.09.03.49.57 (version=SSLv3 cipher=OTHER); Mon, 09 Jan 2012 03:49:59 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH] NEWS: add news entry for notmuch reply uninitialized variable bugfix Date: Mon, 9 Jan 2012 11:49:56 +0000 Message-Id: <1326109796-26138-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2012 11:50:02 -0000 --- This is against release branch. --- NEWS | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 85ff65b..687154d 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ Notmuch 0.11 (201x-xx-xx) ========================= -New command-line features -------------------------- +Command-Line Interface +---------------------- Hooks @@ -11,6 +11,12 @@ Hooks supports "pre-new" and "post-new" hooks that are run before and after importing new messages into the database. +notmuch reply --decrypt bugfix + + The "notmuch reply" command with --decrypt argument had a rarely + occurring bug that caused an encrypted message not to be decrypted + sometimes. This is now fixed. + Performance ----------- -- 1.7.1