test/test-lib.el: revert setting notmuch-mua-reply-insert-header-p-function

in d27d90875d (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 d27d90875d is not needed anymore.
This commit is contained in:
Tomi Ollila 2016-03-19 17:50:29 +02:00 committed by David Bremner
parent 14f1b39969
commit cc369779ab

View file

@ -184,10 +184,6 @@ nothing."
(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