mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: show: increase default max-text-part-size
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).
This commit is contained in:
parent
3d38baf352
commit
ff1fb5027c
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue