Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / b5 / 180cffe37d95b525c2da0d9af820126409a710
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 16C04431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 23 Jul 2013 02:35:16 -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.865\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.865 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_NUMERIC_HELO=0.865]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id saP36eLK3la5 for <notmuch@notmuchmail.org>;\r
17         Tue, 23 Jul 2013 02:35:08 -0700 (PDT)\r
18 Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])\r
19         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 52A5E431FB6\r
22         for <notmuch@notmuchmail.org>; Tue, 23 Jul 2013 02:35:08 -0700 (PDT)\r
23 Received: from list by plane.gmane.org with local (Exim 4.69)\r
24         (envelope-from <gmn-notmuch@m.gmane.org>) id 1V1Yzm-0001ie-R3\r
25         for notmuch@notmuchmail.org; Tue, 23 Jul 2013 11:35:02 +0200\r
26 Received: from 114.250.130.112 ([114.250.130.112])\r
27         by main.gmane.org with esmtp (Gmexim 0.1 (Debian))\r
28         id 1AlnuQ-0007hv-00\r
29         for <notmuch@notmuchmail.org>; Tue, 23 Jul 2013 11:35:02 +0200\r
30 Received: from eric by 114.250.130.112 with local (Gmexim 0.1 (Debian))\r
31         id 1AlnuQ-0007hv-00\r
32         for <notmuch@notmuchmail.org>; Tue, 23 Jul 2013 11:35:02 +0200\r
33 X-Injected-Via-Gmane: http://gmane.org/\r
34 To: notmuch@notmuchmail.org\r
35 From: Eric Abrahamsen <eric@ericabrahamsen.net>\r
36 Subject: Re: UTF-8 in mail headers (namely FROM) sent by bugzilla\r
37 Date: Tue, 23 Jul 2013 17:30:28 +0800\r
38 Lines: 20\r
39 Message-ID: <871u6psjwr.fsf@ericabrahamsen.net>\r
40 References: <08cb1dcd-c5db-4e33-8b09-7730cb3d59a2@gmail.com>\r
41 Mime-Version: 1.0\r
42 Content-Type: text/plain; charset=utf-8\r
43 Content-Transfer-Encoding: 8bit\r
44 X-Complaints-To: usenet@ger.gmane.org\r
45 X-Gmane-NNTP-Posting-Host: 114.250.130.112\r
46 User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)\r
47 Cancel-Lock: sha1:lsdtyYgLsbC9pm9G1lQqYR5xY30=\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Tue, 23 Jul 2013 09:35:16 -0000\r
61 \r
62 Franz Fellner <alpine.art.de@gmail.com>\r
63 writes:\r
64 \r
65 > Hi,\r
66 >\r
67 > I have a problem with notmuch-vim (now: git master from 10 min. ago)\r
68 > (also with alot and ner, not with 'notmuch show' or notmuch-emacs).\r
69 > UTF-8-encoded From: (at least) does not show Umlauts but a weird\r
70 > encoded-string.\r
71 > Example:\r
72 > "Thomas Lübking" as one of the KWin devs comes in replies as\r
73 > =?UTF-8?Q?Thomas=20L=C3=BCbking=20?=<thomas.luebking@gmail.com>\r
74 > In private conversations with Thomas everything is fine, so it seems to depend on the way bugzilla encodes the "From:".\r
75 > Subject is absolutely fine, btw.\r
76 \r
77 Looks like rfc 2047, which is a way of encoding non-ASCII characters in\r
78 message headers. Gmail does the same thing, and I've had to work around\r
79 that in emacs/gnus.\r
80 \r
81 http://www.ietf.org/rfc/rfc2047.txt\r
82 \r