[PATCH] emacs: make the remaining faces configurable.
[notmuch-archives.git] / 99 / dea1ce36b28b0f546a6d7408b80aebd345c0cc
1 Return-Path: <jrollins@finestructure.net>\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 DAC67431FAE\r
6         for <notmuch@notmuchmail.org>; Mon, 13 Aug 2012 09:58:54 -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.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 y6brprKkHX90 for <notmuch@notmuchmail.org>;\r
16         Mon, 13 Aug 2012 09:58:52 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id B56D1431FC0\r
20         for <notmuch@notmuchmail.org>; Mon, 13 Aug 2012 09:58:52 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 5EEF132801F;\r
23         Mon, 13 Aug 2012 09:58:50 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (adsl-76-240-184-246.dsl.irvnca.sbcglobal.net\r
26         [76.240.184.246]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 560442E50D8C;\r
28         Mon, 13 Aug 2012 09:58:47 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 2DD00547; Mon, 13 Aug 2012 09:48:54 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: hellekin <hellekin@cepheide.org>, notmuch@notmuchmail.org\r
33 Subject: Re: multipart/alternative bug\r
34 In-Reply-To: <sa87gt294f7.fsf@retro.synap.tk>\r
35 References: <sa87gt294f7.fsf@retro.synap.tk>\r
36 User-Agent: Notmuch/0.13.2+137~ge34ed71 (http://notmuchmail.org) Emacs/23.4.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Mon, 13 Aug 2012 09:48:51 -0700\r
39 Message-ID: <87ipcmspos.fsf@servo.finestructure.net>\r
40 MIME-Version: 1.0\r
41 Content-Type: multipart/signed; boundary="=-=-=";\r
42         micalg=pgp-sha256; protocol="application/pgp-signature"\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Mon, 13 Aug 2012 16:58:55 -0000\r
56 \r
57 --=-=-=\r
58 Content-Transfer-Encoding: quoted-printable\r
59 \r
60 On Mon, Aug 13 2012, hellekin <hellekin@cepheide.org> wrote:\r
61 > as I mentioned on IRC a few days ago, there are some cases where:\r
62 >\r
63 >   - a thread only displays the first message\r
64 >   - key bindings do not work at all (except q)\r
65 >\r
66 > By trial and error, I could nail down the issue to multipart/alternative\r
67 > support. I had set notmuch to only show the text/plain part of an email\r
68 > before hitting the bug, and by setting "Notmuch Show All\r
69 > Multipart/Alternative Parts" to *off* in notmuch-show configuration, the\r
70 > bug disappeared.=20\r
71 >\r
72 > I'm sorry not to be able to dig further, but I hope this tip will help\r
73 > users to avoid the issue, and developers to find and fix the bug.\r
74 \r
75 Hi, hk.  I'm going to go out on a limb and guess that this is actually\r
76 probably *not* an issue with multipart/alternative but instead with\r
77 whatever is in that alternative part.  If you set\r
78 notmuch-show-all-multipart/alternative to off you're only seeing the\r
79 text/plain part.  If there's something crazy in the alternative part,\r
80 something that's not getting decoded correctly maybe, then that might\r
81 screw up the buffer.\r
82 \r
83 Can you use the command line UI to determine what else is in the\r
84 offending message?  Is it just a text/html part, or is there something\r
85 else more exotic?  A lot of popular but broken MUAs stuff\r
86 non-alternative stuff into alternative parts.\r
87 \r
88 You can grab the message id (id:XXX) of the offending message with 'c i'\r
89 in the emacs UI, and the look at it on the command line with:\r
90 \r
91 notmuch show id:XXX\r
92 \r
93 hth.\r
94 \r
95 jamie.\r
96 \r
97 ps. In general the command line UI is a great resource for figuring out\r
98 what might be causing problems in the emacs UI.\r
99 \r
100 --=-=-=\r
101 Content-Type: application/pgp-signature\r
102 \r
103 -----BEGIN PGP SIGNATURE-----\r
104 Version: GnuPG v1.4.12 (GNU/Linux)\r
105 \r
106 iQIcBAEBCAAGBQJQKS/zAAoJEO00zqvie6q86ckP/2s07/2spEBHc5EP3ve0raud\r
107 xab6FNpA7LHFmAbKhV1zdLAbpIBCQQr/YtmBLXntZiwSi5QlVPQ0nUcpOVZxBMde\r
108 nDtrQw2k8X932ZBRUR5Dh6ou7suevjAbEslU7j4Qi0n+Ml80fcmtS9UIWg8DJERA\r
109 xq81CaJ0Gb582OOPjIxgfuCBDSUpAnNFnro8ohvyYHpEdf9j26SXti/g3jPgubqE\r
110 yotl7HDIENmgVEE9CGVAjIPilkJxQt5OHkmSNVQ4vAK+lHGBKfVZ347zsMDXW46q\r
111 R0rBMq4FDCzv5vG9T4FQhB09+bJ9BFq+gDY6HKSTm1ZFE+GZsrqQ/8EaDQa4xB1a\r
112 sW1FcUi1Wbew2s2FepAV/DybwNy4GhdE4HqJUsohlq7I5m+jli9v6pH5c3gCWt3b\r
113 ub4NaOrkL+qhbcA+1SCglIV2I/wznBAJH8k9d2PRA+eMQGRgLyTYWQk4ClCjTI0z\r
114 0Y2YI2UpwHgRI7JDclLPTRBD0Swjan/Dj96NIFK19FN5E/TlkE9yzCg1EofSla3d\r
115 POZxtJ64Z8g+mcEUX7O1tTelDTFHUShL71h2JAYwsEPHEgRR4IOLYbSQYguWkNot\r
116 Agqj2rMm3x1XaBt9bmCpoVMelLLHeKObkbb61slUUfE4+mK7qT36QWUFauP37hls\r
117 iJFVtNKhNKgXTPfNRH3p\r
118 =vvH2\r
119 -----END PGP SIGNATURE-----\r
120 --=-=-=--\r