Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 6b / f4fe3dba9ac6e6d7c9ae61f0cc31a87b2a242a
1 Return-Path: <hohndel@gr8dns.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 8CB89418C25\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Apr 2010 11:21: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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\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 YFDBrlmxkAOQ for <notmuch@notmuchmail.org>;\r
16         Sat, 24 Apr 2010 11:21:14 -0700 (PDT)\r
17 Received: from mail.hohndel.org (mail.hohndel.org [65.23.157.147])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7F2D041733A\r
19         for <notmuch@notmuchmail.org>; Sat, 24 Apr 2010 11:21:14 -0700 (PDT)\r
20 Received: by mail.hohndel.org (Postfix, from userid 112)\r
21         id 370E834101; Sat, 24 Apr 2010 14:21:14 -0400 (EDT)\r
22 Received: from x200.gr8dns.org (unknown [65.23.157.147])\r
23         by mail.hohndel.org (Postfix) with ESMTP id 56ADA340FC;\r
24         Sat, 24 Apr 2010 14:21:01 -0400 (EDT)\r
25 Received: by x200.gr8dns.org (Postfix, from userid 500)\r
26         id 0F972CC59E; Sat, 24 Apr 2010 11:21:01 -0700 (PDT)\r
27 From: Dirk Hohndel <hohndel@infradead.org>\r
28 To: <notmuch@notmuchmail.org>\r
29 Subject: [PATCH 3/5] Add NEWS section for author reordering\r
30 Date: Sat, 24 Apr 2010 11:20:55 -0700\r
31 Message-Id: <1272133257-15708-4-git-send-email-hohndel@infradead.org>\r
32 X-Mailer: git-send-email 1.6.6.1\r
33 In-Reply-To: <1272133257-15708-3-git-send-email-hohndel@infradead.org>\r
34 References: <1272133257-15708-1-git-send-email-hohndel@infradead.org>\r
35         <1272133257-15708-2-git-send-email-hohndel@infradead.org>\r
36         <1272133257-15708-3-git-send-email-hohndel@infradead.org>\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Sat, 24 Apr 2010 18:21:17 -0000\r
50 \r
51 This should be required in all patches\r
52 \r
53 Signed-off-by: Dirk Hohndel <hohndel@infradead.org>\r
54 ---\r
55  NEWS |   10 ++++++++++\r
56  1 files changed, 10 insertions(+), 0 deletions(-)\r
57 \r
58 diff --git a/NEWS b/NEWS\r
59 index eba0fd5..c2057c2 100644\r
60 --- a/NEWS\r
61 +++ b/NEWS\r
62 @@ -1,3 +1,13 @@\r
63 +\r
64 +Visualization of author names that match a search\r
65 +\r
66 +  When notmuch displays threads as the result of a search, it now\r
67 +  lists the authors that match the search before listing the other\r
68 +  authors in the thread. It inserts a pipe '|' symbol between the last\r
69 +  matching and first non-matching author. This is especially useful in\r
70 +  a search that includes tag:unread. Now the authors of the unread\r
71 +  messages in the thread are listed first.\r
72 +\r
73  Notmuch 0.2 (2010-04-16)\r
74  ========================\r
75  This is the second release of the notmuch mail system, with actual\r
76 -- \r
77 1.6.6.1\r
78 \r