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 943F04196F2 for ; Sat, 24 Apr 2010 11:21:06 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8] 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 qq-cnZQcljWJ for ; Sat, 24 Apr 2010 11:21:05 -0700 (PDT) Received: from mail.hohndel.org (mail.hohndel.org [65.23.157.147]) by olra.theworths.org (Postfix) with ESMTP id B8AB2431FC1 for ; Sat, 24 Apr 2010 11:21:05 -0700 (PDT) Received: by mail.hohndel.org (Postfix, from userid 112) id 8178834101; Sat, 24 Apr 2010 14:21:03 -0400 (EDT) Received: from x200.gr8dns.org (unknown [65.23.157.147]) by mail.hohndel.org (Postfix) with ESMTP id 4130C340F8 for ; Sat, 24 Apr 2010 14:21:01 -0400 (EDT) Received: by x200.gr8dns.org (Postfix, from userid 500) id E679ACC59B; Sat, 24 Apr 2010 11:21:00 -0700 (PDT) From: Dirk Hohndel To: Subject: new patch series for author reordering code Date: Sat, 24 Apr 2010 11:20:52 -0700 Message-Id: <1272133257-15708-1-git-send-email-hohndel@infradead.org> X-Mailer: git-send-email 1.6.6.1 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:06 -0000 I tried to break this out into logically independent pieces - but to connect this as a series. First we add the authors member and accessors to message Second the reordering of thread authors (still the original string based algorithm that I used before - I couldn't quite make sense of cworth's proposed algorithm Third a NEWS blurb Fourth test for the new functionality Fifth a first simple routine to make author names easier to read - this one undoes the typical Exchange ugliness I think this could go into 0.3 as is. I've been using the mostly identical previous version for about a week - the changes here are mostly cleanup based on cworth's feedback. I am planning to enhance the "display author names in a friendlier way" feature in the future, capturing more cases. /D