[PATCH 0/3] Notmuch pick: a threaded view
[notmuch-archives.git] / a9 / 0050b6f167bb5335e4b5d64adcaf3ee6b4da5f
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 054BE431FC7\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Mar 2012 17:27:22 -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 Y8Bzp311sNkM for <notmuch@notmuchmail.org>;\r
16         Sat, 24 Mar 2012 17:27:20 -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 597CC431FAE\r
19         for <notmuch@notmuchmail.org>; Sat, 24 Mar 2012 17:27:20 -0700 (PDT)\r
20 Received: from pd3ml2so-ssvc.prod.shaw.ca ([10.0.141.138])\r
21         by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 24 Mar 2012 18:27:19 -0600\r
22 X-Cloudmark-SP-Filtered: true\r
23 X-Cloudmark-SP-Result: v=1.1 cv=w8ylZ/s5/CpB4NtJ57cq/Y3wf+h+jIFeVVN4WVEh/uc=\r
24         c=1 sm=1\r
25         a=saxgr0PviV8A:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=mwQa1gFwvGsKjbHVRSwA:9 a=hYvXwCOoY5X3fdiITH4A:7 a=M5MoQqlICDDvGSWE:21\r
27         a=dcSauvYQjqSYlL5g:21 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
28 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
29         by pd3ml2so-dmz.prod.shaw.ca with ESMTP; 24 Mar 2012 18:27:19 -0600\r
30 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
31         id E331E8004204; Sat, 24 Mar 2012 18:27:18 -0600 (MDT)\r
32 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [BUG/PATCH 0/2] Replying from other addresses in emacs\r
35 Date: Sat, 24 Mar 2012 18:27:10 -0600\r
36 Message-Id: <1332635232-15269-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: Sun, 25 Mar 2012 00:27:22 -0000\r
51 \r
52 Hi everyone,\r
53 \r
54 This patch series adds a test for and fixes a bug that Dmitry pointed\r
55 out on IRC yesterday:\r
56 \r
57 When replying to mail sent to an other_address, the CLI correctly sets\r
58 the From header to the address that received the message. This works\r
59 correctly in the default format and the JSON format.  However, emacs was\r
60 ignoring the provided From header and inserting the primary address, due\r
61 to an incompatibility between how we construct the header list and how\r
62 the `mail-header` function from the message library looks up header\r
63 values in the list.\r
64 \r
65 People with other_addresses who are using the latest reply changes\r
66 should probably apply this patch right away. Without it, you might end\r
67 up replying to messages from the wrong address.\r
68 \r
69 Adam Wolfe Gordon (2):\r
70   test: Tests for reply from alternate addresses in emacs\r
71   emacs: Fix replying from alternate addresses\r
72 \r
73  emacs/notmuch-mua.el |    4 +-\r
74  test/emacs           |   51 ++++++++++++++++++++++++++++++++++++++++++++++++++\r
75  2 files changed, 53 insertions(+), 2 deletions(-)\r
76 \r
77 -- \r
78 1.7.5.4\r
79 \r