[PATCH 6/9] CLI: refactor dumping of tags.
[notmuch-archives.git] / b5 / 29ee55b031cafaa1ef84cf15875816d5e372c0
1 Return-Path: <pieter@praet.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 D0CAA429E2E\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:05 -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 1oQQOtJtDZ6K for <notmuch@notmuchmail.org>;\r
16         Wed, 16 Nov 2011 12:39:05 -0800 (PST)\r
17 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
18         [74.125.82.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 6B5B0429E2F\r
21         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:01 -0800 (PST)\r
22 Received: by wyg19 with SMTP id 19so1086189wyg.26\r
23         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 12:39:00 -0800 (PST)\r
24 Received: by 10.180.0.14 with SMTP id 14mr37574112wia.65.1321475939993;\r
25         Wed, 16 Nov 2011 12:38:59 -0800 (PST)\r
26 Received: from localhost ([109.131.148.49])\r
27         by mx.google.com with ESMTPS id ht10sm11163346wib.6.2011.11.16.12.38.59\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Wed, 16 Nov 2011 12:38:59 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Bremner <david@tethera.net>\r
32 Subject: [PATCH 1/2] NEWS: add entries for stashing-related keybinding and\r
33         tests\r
34 Date: Wed, 16 Nov 2011 21:37:49 +0100\r
35 Message-Id: <1321475870-29674-2-git-send-email-pieter@praet.org>\r
36 X-Mailer: git-send-email 1.7.7.1\r
37 In-Reply-To: <1321475870-29674-1-git-send-email-pieter@praet.org>\r
38 References: <87zkfwn4lm.fsf@zancas.localnet>\r
39         <1321475870-29674-1-git-send-email-pieter@praet.org>\r
40 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 16 Nov 2011 20:39:06 -0000\r
54 \r
55 Add news entries for commits:\r
56   f9764bfacc97457d1154c2d2a6001a6564f13ec3\r
57   64febdf71c4184ca369f5d11d7f196704a3ec1a6\r
58 ---\r
59  NEWS |    6 ++++++\r
60  1 files changed, 6 insertions(+), 0 deletions(-)\r
61 \r
62 diff --git a/NEWS b/NEWS\r
63 index 044a51e..6c064da 100644\r
64 --- a/NEWS\r
65 +++ b/NEWS\r
66 @@ -8,6 +8,8 @@ Emacs tests are now done in dtach. This means that dtach  is now\r
67  needed to run the notmuch test suite, at least until the checking for\r
68  prerequisites is improved.\r
69  \r
70 +Full test coverage of the stashing feature in Emacs.\r
71 +\r
72  New command-line features\r
73  -------------------------\r
74  \r
75 @@ -46,6 +48,10 @@ Turn "id:MSG-ID" links into buttons associated with notmuch searches\r
76    Text of the form "id:MSG-ID" in mails is now a clickable button that\r
77    opens a notmuch search for the given message id.\r
78  \r
79 +Add keybinding ('c I') for stashing Message-ID's without an id: prefix\r
80 +\r
81 +  Reduces manual labour when stashing them for use with `git send-email'.\r
82 +\r
83  Performance\r
84  -----------\r
85  \r
86 -- \r
87 1.7.7.1\r
88 \r