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 0D62E429E26 for ; Sat, 8 Oct 2011 20:47:54 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 ITUYmYvxVt6N for ; Sat, 8 Oct 2011 20:47:52 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 65020431FB6 for ; Sat, 8 Oct 2011 20:47:52 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id 06D9F66E0226 for ; Sat, 8 Oct 2011 20:47:50 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (washington.ligo-wa.caltech.edu [198.129.208.205]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id C36E666E01CE for ; Sat, 8 Oct 2011 20:47:47 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 46C49B5F; Sat, 8 Oct 2011 20:47:47 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH] NEWS: add notes about emacs improvements and reply formating cleanup Date: Sat, 8 Oct 2011 20:47:47 -0700 Message-Id: <1318132067-29427-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.6.3 In-Reply-To: References: 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: Sun, 09 Oct 2011 03:47:54 -0000 --- NEWS | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index ee84e9a..f688bd0 100644 --- a/NEWS +++ b/NEWS @@ -39,7 +39,20 @@ Ruby bindings changes Wrap new library functions notmuch_database_{begin,end}_atomic, and add new exception Notmuch::UnbalancedAtomicError. Rename destroy to destroy! according to Ruby naming conventions. - + +Emacs improvements +------------------ + + * Add gpg callback to crypto sigstatus buttons to retrieve/refresh + signing key. + * Add notmuch-show-refresh-view function (and corresponding binding) + to refresh the view of a notmuch-show buffer. + +Reply formatting cleanup +------------------------ + + "notmuch reply" no longer includes notification that non-leafnode + MIME parts are being suppressed. Notmuch 0.8 (2011-09-10) ======================== -- 1.7.6.3