From: Tomi Ollila <tomi.ollila@iki.fi> in d27d90875dfb1 (2016-02-20) notmuch-mua-reply-insert-header-p-function was set to notmuch-show-reply-insert-header-p-never as its default was changed to something else. Now that default is set back to *-never so this change done in d27d90875dfb1 is not needed anymore. --- test/test-lib.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test-lib.el b/test/test-lib.el index 02e020c..596a705 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -184,10 +184,6 @@ (defmacro notmuch-test-progn (&rest body) (setq notmuch-tag-deleted-formats '((".*" nil))) -;; For historical reasonse we don't print part headers when replying -;; in the tests suite -(setq notmuch-mua-reply-insert-header-p-function 'notmuch-show-reply-insert-header-p-never) - ;; force a common html renderer, to avoid test variations between ;; environments -- 1.9.3