]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
emacs: show: increase default max-text-part-size
authorMark Walters <markwalters1009@gmail.com>
Thu, 15 Oct 2015 18:53:09 +0000 (19:53 +0100)
committerDavid Bremner <david@tethera.net>
Sat, 17 Oct 2015 12:07:36 +0000 (09:07 -0300)
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).

emacs/notmuch-show.el

index 4dee34bfd9cfb2d6b1ad876884142d48427e1f26..49fd198a7a5cc365b09c26b378b8f1f5e5aceeb2 100644 (file)
@@ -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."