Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 91 / 3d437ab3674bcd8ef6e035c80d5493deb12609
1 Return-Path: <cworth@cworth.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 249AE431FBF;\r
6         Fri, 20 Nov 2009 04:41:31 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id x7vXOVmmI5Tl; Fri, 20 Nov 2009 04:41:30 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id E7187431FAE;\r
13         Fri, 20 Nov 2009 04:41:29 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Mikhail Gusarov <dottedmag@dottedmag.net>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1258679740-22089-1-git-send-email-dottedmag@dottedmag.net>\r
17 References: <1258679740-22089-1-git-send-email-dottedmag@dottedmag.net>\r
18 Date: Fri, 20 Nov 2009 13:41:18 +0100\r
19 Message-ID: <87aayhmkr5.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] Allow to redefine notmuch binary name and\r
23  path in elisp mode\r
24 X-BeenThere: notmuch@notmuchmail.org\r
25 X-Mailman-Version: 2.1.12\r
26 Precedence: list\r
27 List-Id: "Use and development of the notmuch mail system."\r
28         <notmuch.notmuchmail.org>\r
29 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
30         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
31 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
32 List-Post: <mailto:notmuch@notmuchmail.org>\r
33 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
34 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
36 X-List-Received-Date: Fri, 20 Nov 2009 12:41:31 -0000\r
37 \r
38 On Fri, 20 Nov 2009 07:15:40 +0600, Mikhail Gusarov <dottedmag@dottedmag.net> wrote:\r
39 > Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>\r
40 \r
41 Thanks for the patch, Mikhail!\r
42 \r
43 This is pushed now.\r
44 \r
45 -Carl\r
46 \r
47 PS. Some people may have noticed that the original mail from Mikhail put\r
48 notmuch-show-mode into an infinite loop. The bug is triggered by the\r
49 mail message containing a notmuch message marker, "^lmessage{" in the\r
50 body, (but with a literal ^L).\r
51 \r
52 I haven't fixed the infinite loop yet, and it would be good to come up\r
53 with a way to do ignore delimiters internal to the body of a message.\r
54 Until then, I've changed the notmuch.el code to use "\f" instead of\r
55 literal ^L so we at least won't hit this bug with patches to notmuch.el\r
56 anymore.\r