mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
test/test-lib.el: revert setting notmuch-mua-reply-insert-header-p-function
ind27d90875d
(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 ind27d90875d
is not needed anymore.
This commit is contained in:
parent
14f1b39969
commit
cc369779ab
1 changed files with 0 additions and 4 deletions
|
@ -184,10 +184,6 @@ nothing."
|
||||||
(setq notmuch-tag-deleted-formats
|
(setq notmuch-tag-deleted-formats
|
||||||
'((".*" nil)))
|
'((".*" 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
|
;; force a common html renderer, to avoid test variations between
|
||||||
;; environments
|
;; environments
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue