Re: [PATCH] emacs: show: allow user to hide some mime types by default.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 22 Jan 2015 21:28:16 +0000 (16:28 +1900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:47:42 +0000 (14:47 -0700)
9d/f913b5f6d485cd5e356c3126f94dca9394ed1f [new file with mode: 0644]

diff --git a/9d/f913b5f6d485cd5e356c3126f94dca9394ed1f b/9d/f913b5f6d485cd5e356c3126f94dca9394ed1f
new file mode 100644 (file)
index 0000000..3ba8656
--- /dev/null
@@ -0,0 +1,64 @@
+Return-Path: <dkg@fifthhorseman.net>\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 01C1B431FD4\r
+       for <notmuch@notmuchmail.org>; Thu, 22 Jan 2015 13:28:16 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 ajkffdH5ZX8Z for <notmuch@notmuchmail.org>;\r
+       Thu, 22 Jan 2015 13:28:13 -0800 (PST)\r
+Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108])\r
+       by olra.theworths.org (Postfix) with ESMTP id B8ACA431FCB\r
+       for <notmuch@notmuchmail.org>; Thu, 22 Jan 2015 13:28:13 -0800 (PST)\r
+Received: from fifthhorseman.net (unknown [38.109.115.130])\r
+       by che.mayfirst.org (Postfix) with ESMTPSA id 9E039F984;\r
+       Thu, 22 Jan 2015 16:28:09 -0500 (EST)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+       id A8D35201F8; Thu, 22 Jan 2015 16:28:16 -0500 (EST)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: show: allow user to hide some mime types by\r
+       default.\r
+In-Reply-To: <1421960852-26424-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1421960852-26424-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Thu, 22 Jan 2015 16:28:16 -0500\r
+Message-ID: <87mw5amrnz.fsf@alice.fifthhorseman.net>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Thu, 22 Jan 2015 21:28:17 -0000\r
+\r
+On Thu 2015-01-22 16:07:32 -0500, Mark Walters wrote:\r
+> This commit adds a customize variable that allows the user to choose\r
+> to hide some mime types by default. They can still choose to view the\r
+> part by toggling the part button.\r
+\r
+thanks for this, Mark.  I'll try to test it out soon.\r
+\r
+> Given the lack of control we have over the emacs renderers (so\r
+> possibility of future problems) we could even set this by default.\r
+\r
+If the fear is of uncontrolled emacs renderers, maybe we want to\r
+consider using an allowlist instead of a blocklist?\r
+\r
+   --dkg\r