]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-show.el
lib: fix messages.c build warn
[notmuch] / emacs / notmuch-show.el
index 6ef3f90f1f39892aa305bb246f95de6deb540f2e..5502efd159c575ae54b509a7414318cc1cba323e 100644 (file)
@@ -75,7 +75,10 @@ any given message."
   :group 'notmuch
   :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."
   :group 'notmuch
   :type 'hook