Re: [PATCH] emacs: show: hide large text attachments by default
authorDavid Bremner <david@tethera.net>
Fri, 3 Apr 2015 23:15:00 +0000 (08:15 +0900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:40 +0000 (14:48 -0700)
d9/65a36d73d7f1804cbf032440d68f4f112b8c99 [new file with mode: 0644]

diff --git a/d9/65a36d73d7f1804cbf032440d68f4f112b8c99 b/d9/65a36d73d7f1804cbf032440d68f4f112b8c99
new file mode 100644 (file)
index 0000000..5dd22e6
--- /dev/null
@@ -0,0 +1,62 @@
+Return-Path: <david@tethera.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 arlo.cworth.org (Postfix) with ESMTP id 4E9096DE19CE\r
+ for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 16:16:46 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.696\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.696 tagged_above=-999 required=5 tests=[AWL=0.696]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 1ajhFSHKN5mI for <notmuch@notmuchmail.org>;\r
+ Fri,  3 Apr 2015 16:16:44 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 82AF26DE19CD\r
+ for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 16:16:44 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <david@tethera.net>)\r
+ id 1YeAo1-0002O2-Hp; Fri, 03 Apr 2015 23:15:17 +0000\r
+Received: (nullmailer pid 15614 invoked by uid 1000); Fri, 03 Apr 2015\r
+ 23:15:00 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: show: hide large text attachments by default\r
+In-Reply-To: <1427540939-10055-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1427540939-10055-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 04 Apr 2015 08:15:00 +0900\r
+Message-ID: <87oan44xe3.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Fri, 03 Apr 2015 23:16:46 -0000\r
+\r
+Mark Walters <markwalters1009@gmail.com> writes:\r
+\r
+> notmuch-show can be slow displaying large attachments so hide them by\r
+> default. The default maximum size is 10000 bytes/characters but it is\r
+> customizable.\r
+>\r
+> Note that notmuch-show-insert-bodypart is also called from the reply\r
+> code so we need to be a little careful.\r
+\r
+pushed,\r
+\r
+d\r