From f220943ba48a1ed02a4625e5f5cd7481ae4bf558 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 22 Feb 2015 20:11:54 +0100 Subject: [PATCH] Re: [PATCH] emacs: show: allow user to hide some mime types by default. --- 29/c9fce8822437a7a9078bfc557d10d752dd3559 | 72 +++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 29/c9fce8822437a7a9078bfc557d10d752dd3559 diff --git a/29/c9fce8822437a7a9078bfc557d10d752dd3559 b/29/c9fce8822437a7a9078bfc557d10d752dd3559 new file mode 100644 index 000000000..bd648ee44 --- /dev/null +++ b/29/c9fce8822437a7a9078bfc557d10d752dd3559 @@ -0,0 +1,72 @@ +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 60444431FD4 + for ; Sun, 22 Feb 2015 11:22:41 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 nwGwNVuVX4LA for ; + Sun, 22 Feb 2015 11:22:38 -0800 (PST) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1E293431FD5 + for ; Sun, 22 Feb 2015 11:22:38 -0800 (PST) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YPbwm-0005iL-2C; Sun, 22 Feb 2015 19:12:08 +0000 +Received: (nullmailer pid 11078 invoked by uid 1000); Sun, 22 Feb 2015 + 19:11:54 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: show: allow user to hide some mime types by + default. +In-Reply-To: <1421960852-26424-1-git-send-email-markwalters1009@gmail.com> +References: <1421960852-26424-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.19+48~gb74ed1c (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sun, 22 Feb 2015 20:11:54 +0100 +Message-ID: <87lhjp222t.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Sun, 22 Feb 2015 19:22:41 -0000 + +Mark Walters writes: + +> This commit adds a customize variable that allows the user to choose +> to hide some mime types by default. They can still choose to view the +> part by toggling the part button. +> +> One use is for hiding all text/html parts. This would mean that some +> explicit user action was required before the part was loaded which +> would mitigate some of the problems of remote image loading by the +> emacs html renderer as detailed by dkg in +> id:87ppa7q25w.fsf@alice.fifthhorseman.net. +> --- + +Does this obsolete notmuch-multipart/alternative-discouraged? It seems +a bit confusing to have both. At minimum I think n-m/a-d needs some +documentation so users know what the relationship is. + +d + -- 2.26.2