Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 87 / c0b2663b6d3282f4c2e1588f2389ce1ab6dd87
1 Return-Path: <gmn-notmuch@m.gmane.org>\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 7D9A9429E33\r
6         for <notmuch@notmuchmail.org>; Mon, 24 Oct 2011 04:54:21 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 SVg-GmPi1QWT for <notmuch@notmuchmail.org>;\r
16         Mon, 24 Oct 2011 04:54:20 -0700 (PDT)\r
17 Received: from lo.gmane.org (lo.gmane.org [80.91.229.12])\r
18         by olra.theworths.org (Postfix) with ESMTP id 3C5A1429E32\r
19         for <notmuch@notmuchmail.org>; Mon, 24 Oct 2011 04:54:20 -0700 (PDT)\r
20 Received: from list by lo.gmane.org with local (Exim 4.69)\r
21         (envelope-from <gmn-notmuch@m.gmane.org>) id 1RIJ6Z-00012X-6f\r
22         for notmuch@notmuchmail.org; Mon, 24 Oct 2011 13:54:11 +0200\r
23 Received: from login2.uio.no ([129.240.12.28])\r
24         by main.gmane.org with esmtp (Gmexim 0.1 (Debian))\r
25         id 1AlnuQ-0007hv-00\r
26         for <notmuch@notmuchmail.org>; Mon, 24 Oct 2011 13:54:11 +0200\r
27 Received: from pere by login2.uio.no with local (Gmexim 0.1 (Debian))\r
28         id 1AlnuQ-0007hv-00\r
29         for <notmuch@notmuchmail.org>; Mon, 24 Oct 2011 13:54:11 +0200\r
30 X-Injected-Via-Gmane: http://gmane.org/\r
31 To: notmuch@notmuchmail.org\r
32 From: Petter Reinholdtsen <pere@hungry.com>\r
33 Subject: Incorrect parsing of email addresses (MIME with quotes)\r
34 Date: Mon, 24 Oct 2011 13:53:56 +0200\r
35 Organization: University of Oslo, Norway\r
36 Lines: 22\r
37 Message-ID: <2flr522zju3.fsf@login2.uio.no>\r
38 Mime-Version: 1.0\r
39 Content-Type: text/plain; charset=iso-8859-1\r
40 Content-Transfer-Encoding: 8bit\r
41 X-Complaints-To: usenet@dough.gmane.org\r
42 X-Gmane-NNTP-Posting-Host: login2.uio.no\r
43 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)\r
44 Cancel-Lock: sha1:rf9EKQLW30do0swR3ysZn/4RAcg=\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 24 Oct 2011 11:54:21 -0000\r
58 \r
59 \r
60 The notmuch email frontend have a problem parsing email headers.\r
61 The problem is headers like this\r
62 \r
63   From: "=?iso-8859-1?q?=D8yvind_Normann?=" <oyvind.norman@uio.no>\r
64 \r
65 which my mailbox got a lot of.  The frontend show the address as \r
66 \r
67   =?iso-8859-1?q?=D8yvind_Normann?=\r
68 \r
69 instead of\r
70 \r
71   Ã˜yvind Normann\r
72 \r
73 The problem is the quotes around the MIME encoded string.  Mutt and\r
74 Gnus handle these headers properly, but notmuch do not.\r
75 \r
76 Any hope of having this fixed in a future version of ntomuch?\r
77 \r
78 -- \r
79 Happy hacking,\r
80 Petter Reinholdtsen\r
81 \r