[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / d0 / 2276ccf62c53874f883b4cafff68c973bcbe4b
1 Return-Path: <tomi.ollila@nixu.com>\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 BCC24429E26\r
6         for <notmuch@notmuchmail.org>; Mon, 14 Nov 2011 23:51:32 -0800 (PST)\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 KMpueqW0KBAa for <notmuch@notmuchmail.org>;\r
16         Mon, 14 Nov 2011 23:51:32 -0800 (PST)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id CABF4431FB6\r
21         for <notmuch@notmuchmail.org>; Mon, 14 Nov 2011 23:51:31 -0800 (PST)\r
22 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         pAF7pQOS017098; Tue, 15 Nov 2011 09:51:27 +0200\r
25 From: Tomi Ollila <tomi.ollila@iki.fi>\r
26 To: Bart Bunting <bart@bunting.net.au>, notmuch@notmuchmail.org\r
27 Subject: Re: Having trouble displaying some html emails\r
28 In-Reply-To: <m27h32p96h.fsf@ursys.com.au>\r
29 References: <m27h32p96h.fsf@ursys.com.au>\r
30 User-Agent: Notmuch/0.9+69~gedd2f3f (http://notmuchmail.org) Emacs/23.3.1\r
31         (i686-pc-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: Tue, 15 Nov 2011 09:51:26 +0200\r
36 Message-ID: <yf67h31bz7l.fsf@taco2.nixu.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: Tue, 15 Nov 2011 07:51:32 -0000\r
52 \r
53 On Tue, 15 Nov 2011 10:37:42 +1100, Bart Bunting <bart@bunting.net.au> wrote:\r
54 > Hi everyone,\r
55\r
56 > I am having an issue with html emails displaying correctly.\r
57\r
58 > For some reason the first time I view a html email it displays\r
59 > correctly.  All subsequent attempts to view html emails result in the\r
60 > following error:\r
61\r
62 > mm-shr: Wrong type argument: bufferp, "*Summary*"\r
63\r
64\r
65 > The message opens but the parts are hidden like this:\r
66\r
67 > [ multipart/mixed ]\r
68 > [ text/html ]\r
69\r
70\r
71 > I'm not exactly sure what is going on here or what the best way to debug\r
72 > is?\r
73\r
74 > Any one have any ideas or suggestions?\r
75 \r
76 You could try\r
77 \r
78 (setq mm-text-html-renderer 'w3m)\r
79 \r
80 or\r
81 \r
82 (setq mm-text-html-renderer 'w3m-standalone)\r
83 \r
84 \r
85 For w3m-standalone you need w3m binary to be installed\r
86 and with w3m you also need some w3m.el elisp packages\r
87 (which may or may not be installed along emacs)\r
88 (or something)\r
89 \r
90\r
91 > Kind regards\r
92\r
93 > Bart\r
94 \r
95 Tomi\r