[PATCH v1] emacs: Don't insert part header pseudo-buttons during reply by default.

David Edmondson dme at dme.org
Wed Mar 16 01:39:53 PDT 2016


Based on feedback from users, change the default value of
`notmuch-mua-reply-insert-header-p-function' to
`notmuch-show-reply-insert-header-p-never', with the consequence that
replies will not have part header pseudo-buttons. This more closely
matches the behaviour before the recent changes to the reply code.
---
 emacs/notmuch-mua.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
index fcb3e95..773a000 100644
--- a/emacs/notmuch-mua.el
+++ b/emacs/notmuch-mua.el
@@ -94,7 +94,7 @@ Note that these functions use `mail-citation-hook' if that is non-nil."
   :group 'notmuch-reply)
 
 (defcustom notmuch-mua-reply-insert-header-p-function
-  'notmuch-show-reply-insert-header-p-trimmed
+  'notmuch-show-reply-insert-header-p-never
   "Function to decide which parts get a header when replying.
 
 This function specifies which parts of a mime message with
-- 
2.1.4



More information about the notmuch mailing list