David Edmondson <dme@dme.org> writes: > 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 I think I have small preference for Nicolas' version, so I'm marking this as "obsolete". Please let me know and/or retag if you disagree. d