mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
emacs: Enable more text/plain hook functions by default.
Users are missing out on various functions which usefully improve the display of text/plain message parts because they are not enabled by default. Enable a useful set. `notmuch-wash-convert-inline-patch-to-part' is _not_ enabled by default as it is based on a heuristic.
This commit is contained in:
parent
02052781a9
commit
641399fa2c
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ any given message."
|
||||||
:group 'notmuch
|
:group 'notmuch
|
||||||
:type 'hook)
|
:type 'hook)
|
||||||
|
|
||||||
(defcustom notmuch-show-insert-text/plain-hook '(notmuch-wash-excerpt-citations)
|
(defcustom notmuch-show-insert-text/plain-hook '(notmuch-wash-wrap-long-lines
|
||||||
|
notmuch-wash-tidy-citations
|
||||||
|
notmuch-wash-elide-blank-lines
|
||||||
|
notmuch-wash-excerpt-citations)
|
||||||
"Functions used to improve the display of text/plain parts."
|
"Functions used to improve the display of text/plain parts."
|
||||||
:group 'notmuch
|
:group 'notmuch
|
||||||
:type 'hook
|
:type 'hook
|
||||||
|
|
Loading…
Reference in a new issue