Re: [PATCH v3] Allow content preference based on message content.
[notmuch-archives.git] / dc / 87245fe9851ebbf1cccaa99ff24d55728ff194
1 Return-Path: <markwalters1009@gmail.com>\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 BEB5241ED98\r
6         for <notmuch@notmuchmail.org>; Fri,  1 Jul 2011 13:36:25 -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: 1.424\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.424 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=2.223, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id A6AcQ5N5wAiH for <notmuch@notmuchmail.org>;\r
18         Fri,  1 Jul 2011 13:36:25 -0700 (PDT)\r
19 Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com\r
20         [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 758C741ED93\r
23         for <notmuch@notmuchmail.org>; Fri,  1 Jul 2011 13:36:25 -0700 (PDT)\r
24 Received: by iwn37 with SMTP id 37so3425744iwn.26\r
25         for <notmuch@notmuchmail.org>; Fri, 01 Jul 2011 13:36:25 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=mime-version:date:message-id:subject:from:to:content-type;\r
28         bh=Rq+V+O8ZPC8M22aMV/+r9TmO+Q7FOFz0eAHF8258fk8=;\r
29         b=HrLySzVOL0rHKlmuL8kjEuFpXLyZwocIY7OONpAOrcQKJXObDxFhc6kF0VIaLEJQkU\r
30         TbpIXyijndIOIaqzuHxkjg/vTHjc6YeO/SNvD96mDHrOzu+86pUPDd5uQx4P7DSZbpcy\r
31         oncl2QHuZiUvkh9t2exMoboyJQ7S5ZmlNU/y0=\r
32 MIME-Version: 1.0\r
33 Received: by 10.231.207.170 with SMTP id fy42mr3275633ibb.36.1309552584957;\r
34         Fri, 01 Jul 2011 13:36:24 -0700 (PDT)\r
35 Received: by 10.231.31.139 with HTTP; Fri, 1 Jul 2011 13:36:24 -0700 (PDT)\r
36 Date: Fri, 1 Jul 2011 21:36:24 +0100\r
37 Message-ID: <BANLkTi=uUqGLNeTGriKqDKex6AuUjYzYOQ@mail.gmail.com>\r
38 Subject: Possible bug: wrong from address when forwarding\r
39 From: Mark Walters <markwalters1009@gmail.com>\r
40 To: notmuch@notmuchmail.org\r
41 Content-Type: text/plain; charset=ISO-8859-1\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Fri, 01 Jul 2011 20:36:25 -0000\r
55 \r
56 Hi\r
57 \r
58 I am seeing the following bug in the emacs interface: when I forward a\r
59 message (f when showing a message) I get a message with the from\r
60 address filled in by the host operating system (walters@hostname)\r
61 rather than my notmuch configured address. If I compose mail normally\r
62 notmuch fills in the correct (notmuch configured) address.\r
63 \r
64 The problem could be in my setup but as far as I can see in\r
65 notmuch-mua.el notmuch-mua-forward-message and notmuch-mua-mail behave\r
66 differently: the latter fills in the from header with\r
67 notmuch-user-primary-email and the former does not.\r
68 \r
69 Mark\r