Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 76 / ede990368ce4fd4a479ca049c11be6c3c6773e
1 Return-Path: <david@belohrad.ch>\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 975DB431FC3\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Dec 2013 08:08:31 -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 PHjWiOip+wVV for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Dec 2013 08:08:21 -0800 (PST)\r
17 Received: from server.belohrad.ch (static-212-101-19-163.adsl.solnet.ch\r
18         [212.101.19.163])\r
19         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 5E5EF431FBF\r
22         for <notmuch@notmuchmail.org>; Tue, 17 Dec 2013 08:08:21 -0800 (PST)\r
23 Received: from beesknees.cern.ch.belohrad.ch (beesknees.cern.ch\r
24         [137.138.197.99])\r
25         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
26         (No client certificate requested) (Authenticated sender: david)\r
27         by server.belohrad.ch (Postfix) with ESMTPSA id DDAB12C00EC;\r
28         Tue, 17 Dec 2013 17:09:33 +0100 (CET)\r
29 From: David Belohrad <david@belohrad.ch>\r
30 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
31  notmuch@notmuchmail.org\r
32 Subject: Re: display text/html by default\r
33 In-Reply-To: <877gb3o4lk.fsf@servo.finestructure.net>\r
34 References: <uaxmwk115ym.fsf@beesknees.cern.ch>\r
35         <877gb3o4lk.fsf@servo.finestructure.net>\r
36 User-Agent: Notmuch/0.15.2+109~g47a419a (http://notmuchmail.org) Emacs/23.4.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Tue, 17 Dec 2013 17:08:15 +0100\r
39 Message-ID: <uaxppovwjdc.fsf@beesknees.cern.ch>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 17 Dec 2013 16:08:31 -0000\r
55 \r
56 Hi Jamie,\r
57 \r
58 thanks for this tip. It somehow solves the situation :)\r
59 \r
60 .d.\r
61 \r
62 \r
63 Jameson Graef Rollins <jrollins@finestructure.net> writes:\r
64 \r
65 > On Mon, Dec 16 2013, David Belohrad <david@belohrad.ch> wrote:\r
66 >> could someone help:\r
67 >>\r
68 >> when I open an email, it is automatically displayed as 'text/plain'. If\r
69 >> this mail has however CID attachments (pictures), they are not in this\r
70 >> view displayed by default. I have to manually switch to 'text/html' to\r
71 >> see those embedded pictures.\r
72 >>\r
73 >> I'd like to display mail by default as 'text/html'. How can I tell\r
74 >> emacs notmuch to do so?\r
75 >\r
76 > Hi, David.  It's not exactly what you're looking for, but the\r
77 > notmuch-show-all-multipart/alternative-parts emacs configuration option\r
78 > can be used to always display both parts by default.\r
79 >\r
80 > jamie.\r