[PATCH 1/2] NEWS: add entries for stashing-related keybinding and tests
authorPieter Praet <pieter@praet.org>
Wed, 16 Nov 2011 20:37:49 +0000 (21:37 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:14 +0000 (09:40 -0800)
b5/29ee55b031cafaa1ef84cf15875816d5e372c0 [new file with mode: 0644]

diff --git a/b5/29ee55b031cafaa1ef84cf15875816d5e372c0 b/b5/29ee55b031cafaa1ef84cf15875816d5e372c0
new file mode 100644 (file)
index 0000000..29e26dd
--- /dev/null
@@ -0,0 +1,88 @@
+Return-Path: <pieter@praet.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id D0CAA429E2E\r
+       for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:05 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 1oQQOtJtDZ6K for <notmuch@notmuchmail.org>;\r
+       Wed, 16 Nov 2011 12:39:05 -0800 (PST)\r
+Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
+       [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 6B5B0429E2F\r
+       for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:01 -0800 (PST)\r
+Received: by wyg19 with SMTP id 19so1086189wyg.26\r
+       for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:00 -0800 (PST)\r
+Received: by 10.180.0.14 with SMTP id 14mr37574112wia.65.1321475939993;\r
+       Wed, 16 Nov 2011 12:38:59 -0800 (PST)\r
+Received: from localhost ([109.131.148.49])\r
+       by mx.google.com with ESMTPS id ht10sm11163346wib.6.2011.11.16.12.38.59\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 16 Nov 2011 12:38:59 -0800 (PST)\r
+From: Pieter Praet <pieter@praet.org>\r
+To: David Bremner <david@tethera.net>\r
+Subject: [PATCH 1/2] NEWS: add entries for stashing-related keybinding and\r
+       tests\r
+Date: Wed, 16 Nov 2011 21:37:49 +0100\r
+Message-Id: <1321475870-29674-2-git-send-email-pieter@praet.org>\r
+X-Mailer: git-send-email 1.7.7.1\r
+In-Reply-To: <1321475870-29674-1-git-send-email-pieter@praet.org>\r
+References: <87zkfwn4lm.fsf@zancas.localnet>\r
+       <1321475870-29674-1-git-send-email-pieter@praet.org>\r
+Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 16 Nov 2011 20:39:06 -0000\r
+\r
+Add news entries for commits:\r
+  f9764bfacc97457d1154c2d2a6001a6564f13ec3\r
+  64febdf71c4184ca369f5d11d7f196704a3ec1a6\r
+---\r
+ NEWS |    6 ++++++\r
+ 1 files changed, 6 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 044a51e..6c064da 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -8,6 +8,8 @@ Emacs tests are now done in dtach. This means that dtach  is now\r
+ needed to run the notmuch test suite, at least until the checking for\r
+ prerequisites is improved.\r
\r
++Full test coverage of the stashing feature in Emacs.\r
++\r
+ New command-line features\r
+ -------------------------\r
\r
+@@ -46,6 +48,10 @@ Turn "id:MSG-ID" links into buttons associated with notmuch searches\r
+   Text of the form "id:MSG-ID" in mails is now a clickable button that\r
+   opens a notmuch search for the given message id.\r
\r
++Add keybinding ('c I') for stashing Message-ID's without an id: prefix\r
++\r
++  Reduces manual labour when stashing them for use with `git send-email'.\r
++\r
+ Performance\r
+ -----------\r
\r
+-- \r
+1.7.7.1\r
+\r