Re: display text/html by default
authorDavid Belohrad <david@belohrad.ch>
Tue, 17 Dec 2013 16:08:15 +0000 (17:08 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:46 +0000 (09:58 -0800)
76/ede990368ce4fd4a479ca049c11be6c3c6773e [new file with mode: 0644]

diff --git a/76/ede990368ce4fd4a479ca049c11be6c3c6773e b/76/ede990368ce4fd4a479ca049c11be6c3c6773e
new file mode 100644 (file)
index 0000000..2b5bc5f
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <david@belohrad.ch>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 975DB431FC3\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Dec 2013 08:08:31 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id PHjWiOip+wVV for <notmuch@notmuchmail.org>;\r
+       Tue, 17 Dec 2013 08:08:21 -0800 (PST)\r
+Received: from server.belohrad.ch (static-212-101-19-163.adsl.solnet.ch\r
+       [212.101.19.163])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 5E5EF431FBF\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Dec 2013 08:08:21 -0800 (PST)\r
+Received: from beesknees.cern.ch.belohrad.ch (beesknees.cern.ch\r
+       [137.138.197.99])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested) (Authenticated sender: david)\r
+       by server.belohrad.ch (Postfix) with ESMTPSA id DDAB12C00EC;\r
+       Tue, 17 Dec 2013 17:09:33 +0100 (CET)\r
+From: David Belohrad <david@belohrad.ch>\r
+To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: display text/html by default\r
+In-Reply-To: <877gb3o4lk.fsf@servo.finestructure.net>\r
+References: <uaxmwk115ym.fsf@beesknees.cern.ch>\r
+       <877gb3o4lk.fsf@servo.finestructure.net>\r
+User-Agent: Notmuch/0.15.2+109~g47a419a (http://notmuchmail.org) Emacs/23.4.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 17 Dec 2013 17:08:15 +0100\r
+Message-ID: <uaxppovwjdc.fsf@beesknees.cern.ch>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 17 Dec 2013 16:08:31 -0000\r
+\r
+Hi Jamie,\r
+\r
+thanks for this tip. It somehow solves the situation :)\r
+\r
+.d.\r
+\r
+\r
+Jameson Graef Rollins <jrollins@finestructure.net> writes:\r
+\r
+> On Mon, Dec 16 2013, David Belohrad <david@belohrad.ch> wrote:\r
+>> could someone help:\r
+>>\r
+>> when I open an email, it is automatically displayed as 'text/plain'. If\r
+>> this mail has however CID attachments (pictures), they are not in this\r
+>> view displayed by default. I have to manually switch to 'text/html' to\r
+>> see those embedded pictures.\r
+>>\r
+>> I'd like to display mail by default as 'text/html'. How can I tell\r
+>> emacs notmuch to do so?\r
+>\r
+> Hi, David.  It's not exactly what you're looking for, but the\r
+> notmuch-show-all-multipart/alternative-parts emacs configuration option\r
+> can be used to always display both parts by default.\r
+>\r
+> jamie.\r