Re: (emacs) Parsing problems replying to encrypted html
[notmuch-archives.git] / b5 / 4250c796d68c7f20c83ecac2a24f11d26cda00
1 Return-Path: <tomi.ollila@iki.fi>\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 8C6E8431FAF\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Mar 2012 12:49:00 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 azjY5sH06HOa for <notmuch@notmuchmail.org>;\r
16         Mon, 26 Mar 2012 12:48:59 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id A8D7F431FAE\r
19         for <notmuch@notmuchmail.org>; Mon, 26 Mar 2012 12:48:59 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id D6A3968055; Mon, 26 Mar 2012 22:40:14 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH] emacs: content-type comparison should be case\r
25  insensitive.\r
26 In-Reply-To: <1332636208-9784-1-git-send-email-markwalters1009@gmail.com>\r
27 References:\r
28  <CAMoJFUuGS_y4Sqtug5Ohdic3M43_fexWOt7cAw-ebuZ_SVUnjQ@mail.gmail.com>\r
29         <1332636208-9784-1-git-send-email-markwalters1009@gmail.com>User-Agent:\r
30         Notmuch/0.12+68~g2b97293 (http://notmuchmail.org) Emacs/23.3.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Mon, 26 Mar 2012 22:40:14 +0300\r
36 Message-ID: <m21uofjgm9.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 26 Mar 2012 19:49:00 -0000\r
52 \r
53 On Sun, Mar 25 2012, Mark Walters <markwalters1009@gmail.com> wrote:\r
54 \r
55 > The function notmuch-match-content-type was comparing content types\r
56 > case sensitively. Fix it so it tests case insensitively.\r
57 >\r
58 > This fixes a bug where emacs would not include any body when replying\r
59 > to a message with content-type TEXT/PLAIN.\r
60 > ---\r
61 \r
62 +1\r
63 \r
64 Tomi\r
65 \r
66 >  emacs/notmuch-lib.el |    5 +++--\r
67 >  1 files changed, 3 insertions(+), 2 deletions(-)\r
68 >\r