From ab5e9b6c83845882ee46d68e63b68e4eb0bb44d3 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 23 Jan 2015 16:28:16 +1900 Subject: [PATCH] Re: [PATCH] emacs: show: allow user to hide some mime types by default. --- 9d/f913b5f6d485cd5e356c3126f94dca9394ed1f | 64 +++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 9d/f913b5f6d485cd5e356c3126f94dca9394ed1f diff --git a/9d/f913b5f6d485cd5e356c3126f94dca9394ed1f b/9d/f913b5f6d485cd5e356c3126f94dca9394ed1f new file mode 100644 index 000000000..3ba8656a5 --- /dev/null +++ b/9d/f913b5f6d485cd5e356c3126f94dca9394ed1f @@ -0,0 +1,64 @@ +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 01C1B431FD4 + for ; Thu, 22 Jan 2015 13:28:16 -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 ajkffdH5ZX8Z for ; + Thu, 22 Jan 2015 13:28:13 -0800 (PST) +Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) + by olra.theworths.org (Postfix) with ESMTP id B8ACA431FCB + for ; Thu, 22 Jan 2015 13:28:13 -0800 (PST) +Received: from fifthhorseman.net (unknown [38.109.115.130]) + by che.mayfirst.org (Postfix) with ESMTPSA id 9E039F984; + Thu, 22 Jan 2015 16:28:09 -0500 (EST) +Received: by fifthhorseman.net (Postfix, from userid 1000) + id A8D35201F8; Thu, 22 Jan 2015 16:28:16 -0500 (EST) +From: Daniel Kahn Gillmor +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.18.2 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Thu, 22 Jan 2015 16:28:16 -0500 +Message-ID: <87mw5amrnz.fsf@alice.fifthhorseman.net> +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: Thu, 22 Jan 2015 21:28:17 -0000 + +On Thu 2015-01-22 16:07:32 -0500, Mark Walters wrote: +> 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. + +thanks for this, Mark. I'll try to test it out soon. + +> Given the lack of control we have over the emacs renderers (so +> possibility of future problems) we could even set this by default. + +If the fear is of uncontrolled emacs renderers, maybe we want to +consider using an allowlist instead of a blocklist? + + --dkg -- 2.26.2