]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
test/test-lib.el: revert setting notmuch-mua-reply-insert-header-p-function
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 19 Mar 2016 15:50:29 +0000 (17:50 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 26 Mar 2016 12:03:54 +0000 (09:03 -0300)
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

index 02e020c10d3aef0db283308bc6ea283914491874..596a705103ef1a3bd1c7902fa7d58f97f9902344 100644 (file)
@@ -184,10 +184,6 @@ nothing."
 (setq notmuch-tag-deleted-formats
       '((".*" nil)))
 
 (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
 
 ;; force a common html renderer, to avoid test variations between
 ;; environments