[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / cf / e5f5047fdfab0bd5c3e6a5e8b360d934409ec6
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 28FB9429E5B\r
6         for <notmuch@notmuchmail.org>; Sat, 31 Mar 2012 17:33:29 -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 sT+wdHq1Bv+e for <notmuch@notmuchmail.org>;\r
16         Sat, 31 Mar 2012 17:33:28 -0700 (PDT)\r
17 Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9])\r
18         by olra.theworths.org (Postfix) with ESMTP id 5994F431E82\r
19         for <notmuch@notmuchmail.org>; Sat, 31 Mar 2012 17:33:28 -0700 (PDT)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd6ml3no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 31 Mar 2012 18:33:27 -0600\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=gFGh1ScE7ROJHT2jhivHYaSHya8441O0LZB7wkhlVyo=\r
25         c=1 sm=1\r
26         a=VEoiorOa82UA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
27         a=77E9uZJ-pwOf2819MtsA:9 a=QsVR-_n7oqVVuPsXle0A:7 a=odvB31Xb1hMA:10\r
28         a=yc-Lvz51XbvMmT7T:21 a=pPc5a6aLAjyJtLQd:21\r
29         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
30 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
31         by pd6ml3no-dmz.prod.shaw.ca with ESMTP; 31 Mar 2012 18:33:27 -0600\r
32 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
33         id DEDD58004204; Sat, 31 Mar 2012 18:33:26 -0600 (MDT)\r
34 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [BUG/PATCH v3 0/4] Bug fixes for reply: three bugs, one series\r
37 Date: Sat, 31 Mar 2012 18:33:20 -0600\r
38 Message-Id: <1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca>\r
39 X-Mailer: git-send-email 1.7.5.4\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sun, 01 Apr 2012 00:33:29 -0000\r
53 \r
54 Hi everyone,\r
55 \r
56 This series is a combination of the three bugfixes I sent this week [1]\r
57 [2]. As Mark pointed out, the fix for the emacs 23.2 bug actually fixes the\r
58 alternate address bug as well, so there's no real reason to have a\r
59 separate patch for it, especially one that implements a different fix.\r
60 \r
61 I've also adjusted the reply tests so that they show all the headers in the\r
62 reply message. This would catch the References/User-Agent bug.\r
63 \r
64 I'm hoping these can be pushed quickly, as they do fix bugs, and the\r
65 individual patches were reviewed and pretty much ready to go.\r
66 \r
67 [1] id:"1333038410-17927-1-git-send-email-awg+notmuch@xvx.ca"\r
68 [2] id:"1332941635-21019-1-git-send-email-awg+notmuch@xvx.ca"\r
69 \r
70 Adam Wolfe Gordon (4):\r
71   test: Tests for reply from alternate addresses in emacs\r
72   emacs: Fix two bugs in reply\r
73   test: Show all headers in emacs reply tests\r
74   emacs: Fix the References header in reply\r
75 \r
76  emacs/notmuch-lib.el |    7 +++-\r
77  emacs/notmuch-mua.el |   36 +++++++++++++++++----\r
78  test/emacs           |   84 +++++++++++++++++++++++++++++++++++++++++++++-----\r
79  3 files changed, 110 insertions(+), 17 deletions(-)\r
80 \r
81 -- \r
82 1.7.5.4\r
83 \r