Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8CB89418C25 for ; Sat, 24 Apr 2010 11:21:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YFDBrlmxkAOQ for ; Sat, 24 Apr 2010 11:21:14 -0700 (PDT) Received: from mail.hohndel.org (mail.hohndel.org [65.23.157.147]) by olra.theworths.org (Postfix) with ESMTP id 7F2D041733A for ; Sat, 24 Apr 2010 11:21:14 -0700 (PDT) Received: by mail.hohndel.org (Postfix, from userid 112) id 370E834101; Sat, 24 Apr 2010 14:21:14 -0400 (EDT) Received: from x200.gr8dns.org (unknown [65.23.157.147]) by mail.hohndel.org (Postfix) with ESMTP id 56ADA340FC; Sat, 24 Apr 2010 14:21:01 -0400 (EDT) Received: by x200.gr8dns.org (Postfix, from userid 500) id 0F972CC59E; Sat, 24 Apr 2010 11:21:01 -0700 (PDT) From: Dirk Hohndel To: Subject: [PATCH 3/5] Add NEWS section for author reordering Date: Sat, 24 Apr 2010 11:20:55 -0700 Message-Id: <1272133257-15708-4-git-send-email-hohndel@infradead.org> X-Mailer: git-send-email 1.6.6.1 In-Reply-To: <1272133257-15708-3-git-send-email-hohndel@infradead.org> References: <1272133257-15708-1-git-send-email-hohndel@infradead.org> <1272133257-15708-2-git-send-email-hohndel@infradead.org> <1272133257-15708-3-git-send-email-hohndel@infradead.org> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2010 18:21:17 -0000 This should be required in all patches Signed-off-by: Dirk Hohndel --- NEWS | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index eba0fd5..c2057c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ + +Visualization of author names that match a search + + When notmuch displays threads as the result of a search, it now + lists the authors that match the search before listing the other + authors in the thread. It inserts a pipe '|' symbol between the last + matching and first non-matching author. This is especially useful in + a search that includes tag:unread. Now the authors of the unread + messages in the thread are listed first. + Notmuch 0.2 (2010-04-16) ======================== This is the second release of the notmuch mail system, with actual -- 1.6.6.1