[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / fa / 1f78d1185b4b5d87175fd20b6135f5b4e6e3e4
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 12FD2431FBF\r
6         for <notmuch@notmuchmail.org>; Wed, 19 Feb 2014 12:20:28 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 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         FREEMAIL_REPLY=2.499, 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 OFj85QpPoWQN for <notmuch@notmuchmail.org>;\r
18         Wed, 19 Feb 2014 12:20:22 -0800 (PST)\r
19 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com\r
20         [209.85.212.173]) (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 61CA2431FBD\r
23         for <notmuch@notmuchmail.org>; Wed, 19 Feb 2014 12:20:22 -0800 (PST)\r
24 Received: by mail-wi0-f173.google.com with SMTP id bs8so1024692wib.0\r
25         for <notmuch@notmuchmail.org>; Wed, 19 Feb 2014 12:20:19 -0800 (PST)\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=Xf0UBWgz1WFhhnfkZVxMG3TlkNsM55dIIxDUUN0z3yQ=;\r
29         b=i8EoOeZ5RkZppTvPiowGUya2njV3dBUQZ0pwVi51I/M3/3pb7wPM97b53QKPtPa8st\r
30         CJJJg44Ql3djoBv/DkxcdZeC3K8Qfh/OzxKLvTyDNpJXHvSovsn1gn5JF79Lfc70OuXt\r
31         AOyWxe1ujZc6RYiA3sPufjuHU2T3hV1dzpwjSN3guCgQdUPbz9KcvqZD/r7txOU/eQkE\r
32         ifBm/FXWCSmBAQAdW5SWbWSLOHZMEEpXp1iHprsH2BMoT/StqJABFIBITGmvDbofCgr1\r
33         +bPCT4285XN4IU34nKMCE+5jwpXW+w9W18OcayC6j6MSMwqyXGeCquAoHj6CW5DtVTiD\r
34         YIhQ==\r
35 X-Received: by 10.180.7.227 with SMTP id m3mr3282222wia.59.1392841219687;\r
36         Wed, 19 Feb 2014 12:20:19 -0800 (PST)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id f1sm55382969wik.1.2014.02.19.12.20.18\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Wed, 19 Feb 2014 12:20:19 -0800 (PST)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 0/7] emacs: show tag changes in buffer\r
45 Date: Wed, 19 Feb 2014 20:20:05 +0000\r
46 Message-Id: <1392841212-8494-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\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: Wed, 19 Feb 2014 20:20:28 -0000\r
61 \r
62 This is v2 of the patch set. Version 1 is at\r
63 id:1390087855-26194-1-git-send-email-markwalters1009@gmail.com.\r
64 \r
65 The changes in this version are: use regexp tag-format matching (a\r
66 slightly tweaked version of Austin's patch\r
67 id:1392226351-31440-1-git-send-email-amdragon@mit.edu), make the\r
68 tag-deleted/added formats apply on top of the normal tag-formatting,\r
69 and fixup the way the :orig-tags field is added in notmuch-search.\r
70 \r
71 I think this version fixes all outstanding review comments.\r
72 \r
73 Best wishes\r
74 \r
75 Mark\r
76 \r
77 \r
78 \r
79 Austin Clements (1):\r
80   Make keys of notmuch-tag-formats regexps and use caching\r
81 \r
82 Mark Walters (6):\r
83   emacs: tag split customise option for format-tags into a widget\r
84   emacs: tag: add customize for deleted/added tag formats\r
85   emacs: show: mark tags changed since buffer loaded\r
86   emacs: show: use orig-tags for tag display\r
87   emacs: search: use orig-tags in search\r
88   emacs: tree: use orig-tags in search\r
89 \r
90  emacs/notmuch-show.el |    7 ++-\r
91  emacs/notmuch-tag.el  |  179 +++++++++++++++++++++++++++++++++++++-----------\r
92  emacs/notmuch-tree.el |   10 ++-\r
93  emacs/notmuch.el      |   41 +++++++-----\r
94  test/test-lib.el      |    5 ++\r
95  5 files changed, 180 insertions(+), 62 deletions(-)\r
96 \r
97 -- \r
98 1.7.9.1\r
99 \r