[PATCH 1/9] lib: read "property" terms from messages.
[notmuch-archives.git] / 5e / 7178201917267af17cd1759ac1143263117847
1 Return-Path: <markwalters1009@gmail.com>\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 1BA19431FB6\r
6         for <notmuch@notmuchmail.org>; Sat, 19 Apr 2014 00:50:16 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id Oe+yERE5VIJK for <notmuch@notmuchmail.org>;\r
18         Sat, 19 Apr 2014 00:50:12 -0700 (PDT)\r
19 Received: from mail-we0-f176.google.com (mail-we0-f176.google.com\r
20         [74.125.82.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id B3A14431FAF\r
23         for <notmuch@notmuchmail.org>; Sat, 19 Apr 2014 00:50:11 -0700 (PDT)\r
24 Received: by mail-we0-f176.google.com with SMTP id x48so2165295wes.7\r
25         for <notmuch@notmuchmail.org>; Sat, 19 Apr 2014 00:50:09 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id;\r
28         bh=KatxebWssWcIFIpea3xh8ANf8WYe74OANjoWILK7IqQ=;\r
29         b=KxtQleC0gVqqjfJ0uDquc2Iwk/KIPksGKBP1DAZC7bVBgPMsgb8ltSyZyewn8bgV83\r
30         0Yn1esYXStegiq/+lpk7jj2NMU2vSwFq8RiMHiIFmHXOz/PmA7t6ltjBIUVP0TeL9okv\r
31         UteNUi+X8Qw+k6ggH8i1tjrQ17MeoUzWIIlNXxbfT5G8Vlk4C2M6iNnKsusqZcnFo9Ai\r
32         6JtPTLZE7vbbQc2bOWtZnhQeW3krXy+sMtPRVuUVLchgpP8mzAcZnRSpV6S5BhzITRXg\r
33         xFi0kp8NoKm+ZTSa3H67lRt8DOonXarQn6c1Qdh3U5U5krtpepmhAFV/zo/9ztaVr65r\r
34         4SXw==\r
35 X-Received: by 10.180.92.34 with SMTP id cj2mr5667513wib.15.1397893809243;\r
36         Sat, 19 Apr 2014 00:50:09 -0700 (PDT)\r
37 Received: from localhost (94.196.248.227.threembb.co.uk. [94.196.248.227])\r
38         by mx.google.com with ESMTPSA id uy4sm33108682wjc.8.2014.04.19.00.50.07\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 19 Apr 2014 00:50:08 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH] NEWS for displaying tag changes\r
45 Date: Sat, 19 Apr 2014 08:49:56 +0100\r
46 Message-Id: <1397893796-21065-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.10.4\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sat, 19 Apr 2014 07:50:16 -0000\r
61 \r
62 ---\r
63 I don't know if any special markdown is needed for the two lisp\r
64 expressions: '((".*" nil)) and '((".*" tag)) so that may need tweaking.\r
65 \r
66 Best wishes\r
67 \r
68 Mark\r
69 \r
70  NEWS |   21 +++++++++++++++++++++\r
71  1 file changed, 21 insertions(+)\r
72 \r
73 diff --git a/NEWS b/NEWS\r
74 index 19c6556..ec10c58 100644\r
75 --- a/NEWS\r
76 +++ b/NEWS\r
77 @@ -52,6 +52,27 @@ The keys of `notmuch-tag-formats` are now regexps\r
78    `notmuch-tag-formats` will continue to work as before unless tags\r
79    contain regexp special characters like `.` or `*`.\r
80  \r
81 +Changed tags are now shown in the buffer\r
82 +\r
83 +  Previously tag changes made in a buffer were shown immediately. In\r
84 +  some cases (particularly automatic tag changes like marking read)\r
85 +  this made it hard to see what had happened (e.g., whether the\r
86 +  message had been unread).\r
87 +\r
88 +  The changes are now shown explicitly in the buffer: by default\r
89 +  deleted tags are displayed with red strike-through and added tags\r
90 +  are displayed underlined in green (inverse video is used for deleted\r
91 +  tags if the terminal does not support strike-through).\r
92 +\r
93 +  The variables `notmuch-tag-deleted-formats` and\r
94 +  `notmuch-tag-added-formats`, which have the same syntax as\r
95 +  `notmuch-tag-formats`, allow this to be customized.\r
96 +\r
97 +  Setting `notmuch-tag-deleted-formats` to '((".*" nil))) and\r
98 +  `notmuch-tag-added-formats` to '((".*" tag)) will give the old\r
99 +  behavior of hiding deleted tags and showing added tags identically\r
100 +  to tags already present.\r
101 +\r
102  Version variable\r
103  \r
104    The new, build-time generated variable `notmuch-emacs-version` is used\r
105 -- \r
106 1.7.10.4\r
107 \r