unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: show: increase default max-text-part-size
@ 2015-10-15 18:53 Mark Walters
  2015-10-15 19:01 ` Tomi Ollila
  2015-10-17 20:55 ` David Bremner
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Walters @ 2015-10-15 18:53 UTC (permalink / raw)
  To: notmuch

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.

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] emacs: show: increase default max-text-part-size
  2015-10-15 18:53 [PATCH] emacs: show: increase default max-text-part-size Mark Walters
@ 2015-10-15 19:01 ` Tomi Ollila
  2015-10-17 20:55 ` David Bremner
  1 sibling, 0 replies; 3+ messages in thread
From: Tomi Ollila @ 2015-10-15 19:01 UTC (permalink / raw)
  To: Mark Walters, notmuch

On Thu, Oct 15 2015, Mark Walters <markwalters1009@gmail.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] emacs: show: increase default max-text-part-size
  2015-10-15 18:53 [PATCH] emacs: show: increase default max-text-part-size Mark Walters
  2015-10-15 19:01 ` Tomi Ollila
@ 2015-10-17 20:55 ` David Bremner
  1 sibling, 0 replies; 3+ messages in thread
From: David Bremner @ 2015-10-17 20:55 UTC (permalink / raw)
  To: Mark Walters, notmuch

Mark Walters <markwalters1009@gmail.com> writes:

> 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.

pushed to release

d

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-17 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-15 18:53 [PATCH] emacs: show: increase default max-text-part-size Mark Walters
2015-10-15 19:01 ` Tomi Ollila
2015-10-17 20:55 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).