[PATCH v2 (rebased) 0/3] Improve the display of matching/non-matching authors.
[notmuch-archives.git] / 07 / 843f084a1ab61c4b370d7cc3b85af39067b838
1 Return-Path: <awg@lagos.xvx.ca>\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 7B06F431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 29 Mar 2012 09:26:55 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\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 bRAztvqMqC10 for <notmuch@notmuchmail.org>;\r
16         Thu, 29 Mar 2012 09:26:55 -0700 (PDT)\r
17 Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])\r
18         by olra.theworths.org (Postfix) with ESMTP id E21BE431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 29 Mar 2012 09:26:54 -0700 (PDT)\r
20 Received: from pd4ml3so-ssvc.prod.shaw.ca ([10.0.141.150])\r
21         by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 29 Mar 2012 10:26:53 -0600\r
22 X-Cloudmark-SP-Filtered: true\r
23 X-Cloudmark-SP-Result: v=1.1 cv=b/gStvK98Bs6YfhBwCpxRApoLO2qoBYaarCtclPE+68=\r
24         c=1 sm=1\r
25         a=hj6w-2j37U4A:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=l30mUxLlHSmhFCsrnOUA:9 a=odvB31Xb1hMA:10\r
27         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
28 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
29         by pd4ml3so-dmz.prod.shaw.ca with ESMTP; 29 Mar 2012 10:26:54 -0600\r
30 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
31         id 5ED038004204; Thu, 29 Mar 2012 10:26:53 -0600 (MDT)\r
32 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [BUG/PATCH v2 0/2] emacs: Yesterday's bugfixes\r
35 Date: Thu, 29 Mar 2012 10:26:48 -0600\r
36 Message-Id: <1333038410-17927-1-git-send-email-awg+notmuch@xvx.ca>\r
37 X-Mailer: git-send-email 1.7.5.4\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Thu, 29 Mar 2012 16:26:55 -0000\r
51 \r
52 This is last night's two bugfixes [1] [2], combined into one series since they\r
53 won't both apply cleanly separately.\r
54 \r
55 The only change to the fix for emacs 23.2 is the name of the function\r
56 notmuch-plist-to-alist is now notmuch-header-plist-to-alist, which more\r
57 accurately reflects what it does.\r
58 \r
59 The References fix has been changed to use the existing formatter for\r
60 References instead of hard-coding message-shorten-references, and to keep the\r
61 headers in the same order they're in by default.\r
62 \r
63 [1] id:"1332943338-9708-1-git-send-email-awg+notmuch@xvx.ca"\r
64 [2] id:"1332996818-15700-1-git-send-email-awg+notmuch@xvx.ca"\r
65 \r
66 Adam Wolfe Gordon (2):\r
67   emacs: Fix header problem in reply for emacs 23.2\r
68   emacs: Fix the References header in reply\r
69 \r
70  emacs/notmuch-lib.el |    7 +++++--\r
71  emacs/notmuch-mua.el |   38 ++++++++++++++++++++++++++++++--------\r
72  2 files changed, 35 insertions(+), 10 deletions(-)\r
73 \r
74 -- \r
75 1.7.5.4\r
76 \r