new patch series for author reordering code
authorDirk Hohndel <hohndel@infradead.org>
Sat, 24 Apr 2010 18:20:52 +0000 (11:20 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:52 +0000 (09:36 -0800)
8d/24fbf1e5076bd4405deead3606d5444fb6b98f [new file with mode: 0644]

diff --git a/8d/24fbf1e5076bd4405deead3606d5444fb6b98f b/8d/24fbf1e5076bd4405deead3606d5444fb6b98f
new file mode 100644 (file)
index 0000000..6d2157a
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <hohndel@gr8dns.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 943F04196F2\r
+       for <notmuch@notmuchmail.org>; Sat, 24 Apr 2010 11:21:06 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.8\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
+       autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id qq-cnZQcljWJ for <notmuch@notmuchmail.org>;\r
+       Sat, 24 Apr 2010 11:21:05 -0700 (PDT)\r
+Received: from mail.hohndel.org (mail.hohndel.org [65.23.157.147])\r
+       by olra.theworths.org (Postfix) with ESMTP id B8AB2431FC1\r
+       for <notmuch@notmuchmail.org>; Sat, 24 Apr 2010 11:21:05 -0700 (PDT)\r
+Received: by mail.hohndel.org (Postfix, from userid 112)\r
+       id 8178834101; Sat, 24 Apr 2010 14:21:03 -0400 (EDT)\r
+Received: from x200.gr8dns.org (unknown [65.23.157.147])\r
+       by mail.hohndel.org (Postfix) with ESMTP id 4130C340F8\r
+       for <notmuch@notmuchmail.org>; Sat, 24 Apr 2010 14:21:01 -0400 (EDT)\r
+Received: by x200.gr8dns.org (Postfix, from userid 500)\r
+       id E679ACC59B; Sat, 24 Apr 2010 11:21:00 -0700 (PDT)\r
+From: Dirk Hohndel <hohndel@infradead.org>\r
+To: <notmuch@notmuchmail.org>\r
+Subject: new patch series for author reordering code\r
+Date: Sat, 24 Apr 2010 11:20:52 -0700\r
+Message-Id: <1272133257-15708-1-git-send-email-hohndel@infradead.org>\r
+X-Mailer: git-send-email 1.6.6.1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 24 Apr 2010 18:21:06 -0000\r
+\r
+\r
+I tried to break this out into logically independent pieces - but to connect\r
+this as a series.  \r
+First we add the authors member and accessors to message\r
+Second the reordering of thread authors (still the original string based\r
+algorithm that I used before - I couldn't quite make sense of cworth's proposed\r
+algorithm\r
+Third a NEWS blurb\r
+Fourth test for the new functionality\r
+Fifth a first simple routine to make author names easier to read - this one\r
+undoes the typical Exchange ugliness\r
+\r
+I think this could go into 0.3 as is. I've been using the mostly identical\r
+previous version for about a week - the changes here are mostly cleanup based\r
+on cworth's feedback.\r
+\r
+I am planning to enhance the "display author names in a friendlier way" feature\r
+in the future, capturing more cases.\r
+\r
+/D\r
+\r