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 A746D429E20 for ; Sat, 26 Feb 2011 15:48:07 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.463 X-Spam-Level: X-Spam-Status: No, score=0.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] 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 x+0RzdKdCVlx for ; Sat, 26 Feb 2011 15:48:07 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 14D7D431FB6 for ; Sat, 26 Feb 2011 15:48:07 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 82F061E07A; Sun, 27 Feb 2011 00:48:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=EVmz5zTvUwx1tGTcYWlnFn anaow=; b=sDlK+ImC4uLjtAmOWs74MiZuH2fZ7E/YtvstioPugtwDUFXzYkDtoM /2dOswRbTRUVAzFtROtvURztjReeSlvnTTPwQn52urMalNGR/Xe11usZQOFxAhQM rfoeqjhFi1Aznk50CzZ7sCxNQDwiQp09jshcgBSpUMYss7qiakjX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=rA/igFRbRnglOoJr zPEKWP7NnbTbW/YxoKG0jnFNn5xccpQ0IvXruOWWJStRDJTveZhcr4ubLXca5rtN Zq+3iTImV8JA6YBkkcrvIFv6tB67YaNm845NVDId3qOwwrT+IPc72705g+asIGj+ P3xB9pGwcXS+HYuM7d+5S6MCTQk= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Sun, 27 Feb 2011 00:48:05 +0100 (CET) From: Xavier Maillard To: Rob Browning , notmuch Subject: Re: Hiding HTML mime-parts and/or scrubbing (gmail's) HTML-based citation In-Reply-To: <87vd0bft8p.fsf@raven.defaultvalue.org> References: <878vx8c4on.fsf@hecate.student.uu.se> <4D640194.2040104@fifthhorseman.net> <8762sbdfer.fsf@hecate.student.uu.se> <4D641587.9050701@fifthhorseman.net> <87vd0bft8p.fsf@raven.defaultvalue.org> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Sun, 27 Feb 2011 00:57:21 +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 Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Feb 2011 23:48:07 -0000 Hi Rob, On Tue, 22 Feb 2011 19:13:26 -0600, Rob Browning wrote: > The "Display Customization" section in the emacs/mime info pages might > also be interesting. i.e. at the moment I use > mm-discouraged-alternatives like this (via Gnus): > > (setq mm-discouraged-alternatives > '("text/html" "text/richtext") > mm-automatic-display > (remove "text/html" mm-automatic-display)) Doest it have any action on notmuch.el buffers or is it just some GNUS/Mime specific setup ? Thank you /Xavier