diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2016-03-19 17:50:29 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-03-26 09:03:54 -0300 |
| commit | cc369779abc6599a758ed60dc17d2f3862bdcacf (patch) | |
| tree | 59119376235cba4fa72bb928085df3eca67f02e2 /test/test-lib.el | |
| parent | 14f1b39969b4ada7f6b3a39707a1a15f5804ecf9 (diff) | |
test/test-lib.el: revert setting notmuch-mua-reply-insert-header-p-function
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.
Diffstat (limited to 'test/test-lib.el')
| -rw-r--r-- | test/test-lib.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test-lib.el b/test/test-lib.el index 02e020c1..596a7051 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -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 |
