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