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