From e9f58ae21b86f899e8bc79aa554c1ec588fde077 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Thu, 15 Oct 2015 22:01:32 +0300 Subject: [PATCH] Re: [PATCH] emacs: show: increase default max-text-part-size --- 82/0918820da93bf4a151b3603812d9ea01e6a93d | 96 +++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 82/0918820da93bf4a151b3603812d9ea01e6a93d diff --git a/82/0918820da93bf4a151b3603812d9ea01e6a93d b/82/0918820da93bf4a151b3603812d9ea01e6a93d new file mode 100644 index 000000000..7add91a8b --- /dev/null +++ b/82/0918820da93bf4a151b3603812d9ea01e6a93d @@ -0,0 +1,96 @@ +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 0BFDA6DE0B64 + for ; Thu, 15 Oct 2015 12:01:38 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.761 +X-Spam-Level: +X-Spam-Status: No, score=0.761 tagged_above=-999 required=5 tests=[AWL=0.109, + SPF_NEUTRAL=0.652] 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 OlMgIISF6jFl for ; + Thu, 15 Oct 2015 12:01:35 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 425786DE0B27 + for ; Thu, 15 Oct 2015 12:01:35 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 74D621000E5; + Thu, 15 Oct 2015 22:01:32 +0300 (EEST) +From: Tomi Ollila +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: show: increase default max-text-part-size +In-Reply-To: <1444935189-28732-1-git-send-email-markwalters1009@gmail.com> +References: <1444935189-28732-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'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: Thu, 15 Oct 2015 19:01:38 -0000 + +On Thu, Oct 15 2015, Mark Walters wrote: + +> Currently notmuch-show-max-text-part-size is 10000 which means some +> relatively normal messages have all parts hidden by default. Increase +> this to 100000 by default. +> +> The setting was introduced to alleviate problems with notmuch being +> very slow on large threads. Users hitting these problems may wish to +> customize this variable to something smaller (like 10000). +> --- +> Since we have several people hitting this limit on irc it seems +> sensible to make the default much bigger and let the users who hit the +> slow down configure it. + +LGTM. + +Tomi + +> +> Best wishes +> +> Mark +> +> emacs/notmuch-show.el | 2 +- +> 1 file changed, 1 insertion(+), 1 deletion(-) +> +> diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el +> index 4dee34b..49fd198 100644 +> --- a/emacs/notmuch-show.el +> +++ b/emacs/notmuch-show.el +> @@ -100,7 +100,7 @@ visible for any given message." +> :group 'notmuch-show +> :group 'notmuch-hooks) +> +> -(defcustom notmuch-show-max-text-part-size 10000 +> +(defcustom notmuch-show-max-text-part-size 100000 +> "Maximum size of a text part to be shown by default in characters. +> +> Set to 0 to show the part regardless of size." +> -- +> 2.1.4 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch -- 2.26.2