UTF-8 in mail headers (namely FROM) sent by bugzilla
[notmuch-archives.git] / e9 / e806c89a3d9846d8e3a9811876562393a2c291
1 Return-Path: <Sebastian@SSpaeth.de>\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 DEC174196F0\r
6         for <notmuch@notmuchmail.org>; Wed,  7 Apr 2010 00:58:07 -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.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham\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 dGlapT4b1G7h for <notmuch@notmuchmail.org>;\r
16         Wed,  7 Apr 2010 00:58:07 -0700 (PDT)\r
17 Received: from homiemail-a18.g.dreamhost.com (caiajhbdcaid.dreamhost.com\r
18         [208.97.132.83])\r
19         by olra.theworths.org (Postfix) with ESMTP id 3AE5C431FC1\r
20         for <notmuch@notmuchmail.org>; Wed,  7 Apr 2010 00:58:07 -0700 (PDT)\r
21 Received: from localhost.localdomain (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPA id CF731250071; \r
24         Wed,  7 Apr 2010 00:58:05 -0700 (PDT)\r
25 From: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: [PATCH] * notmuch-reply.c: 542e32876 introduced a superfluous { in an\r
28         if statement\r
29 Date: Wed,  7 Apr 2010 09:57:59 +0200\r
30 Message-Id: <1270627079-5211-1-git-send-email-Sebastian@SSpaeth.de>\r
31 X-Mailer: git-send-email 1.6.3.3\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Wed, 07 Apr 2010 07:58:08 -0000\r
45 \r
46 ---\r
47  notmuch-reply.c |    2 +-\r
48  1 files changed, 1 insertions(+), 1 deletions(-)\r
49 \r
50 diff --git a/notmuch-reply.c b/notmuch-reply.c\r
51 index e69e7a4..f26ca39 100644\r
52 --- a/notmuch-reply.c\r
53 +++ b/notmuch-reply.c\r
54 @@ -402,7 +402,7 @@ notmuch_reply_format_default(void *ctx, notmuch_config_t *config, notmuch_query_\r
55         if (from_addr == NULL)\r
56             from_addr = guess_from_received_header (config, message);\r
57  \r
58 -       if (from_addr == NULL) {\r
59 +       if (from_addr == NULL)\r
60             from_addr = notmuch_config_get_user_primary_email (config);\r
61  \r
62         from_addr = talloc_asprintf (ctx, "%s <%s>",\r
63 -- \r
64 1.6.3.3\r
65 \r