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 D0CAA429E2E for ; Wed, 16 Nov 2011 12:39:05 -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 1oQQOtJtDZ6K for ; Wed, 16 Nov 2011 12:39:05 -0800 (PST) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6B5B0429E2F for ; Wed, 16 Nov 2011 12:39:01 -0800 (PST) Received: by wyg19 with SMTP id 19so1086189wyg.26 for ; Wed, 16 Nov 2011 12:39:00 -0800 (PST) Received: by 10.180.0.14 with SMTP id 14mr37574112wia.65.1321475939993; Wed, 16 Nov 2011 12:38:59 -0800 (PST) Received: from localhost ([109.131.148.49]) by mx.google.com with ESMTPS id ht10sm11163346wib.6.2011.11.16.12.38.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Nov 2011 12:38:59 -0800 (PST) From: Pieter Praet To: David Bremner Subject: [PATCH 1/2] NEWS: add entries for stashing-related keybinding and tests Date: Wed, 16 Nov 2011 21:37:49 +0100 Message-Id: <1321475870-29674-2-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.7.1 In-Reply-To: <1321475870-29674-1-git-send-email-pieter@praet.org> References: <87zkfwn4lm.fsf@zancas.localnet> <1321475870-29674-1-git-send-email-pieter@praet.org> Cc: Notmuch Mail 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: Wed, 16 Nov 2011 20:39:06 -0000 Add news entries for commits: f9764bfacc97457d1154c2d2a6001a6564f13ec3 64febdf71c4184ca369f5d11d7f196704a3ec1a6 --- NEWS | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 044a51e..6c064da 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ Emacs tests are now done in dtach. This means that dtach is now needed to run the notmuch test suite, at least until the checking for prerequisites is improved. +Full test coverage of the stashing feature in Emacs. + New command-line features ------------------------- @@ -46,6 +48,10 @@ Turn "id:MSG-ID" links into buttons associated with notmuch searches Text of the form "id:MSG-ID" in mails is now a clickable button that opens a notmuch search for the given message id. +Add keybinding ('c I') for stashing Message-ID's without an id: prefix + + Reduces manual labour when stashing them for use with `git send-email'. + Performance ----------- -- 1.7.7.1