mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test/emacs: adapt to breaking change in Gnus defaults
As of Emacs 29.1, In-Reply-To is in the default value for message-hidden-headers. We actually want to see that in the test suite, so remove it again. To future proof the tests, fix a default value for message-hidden-headers specifically for the test suite.
This commit is contained in:
parent
b6f144abe1
commit
1719b9e568
1 changed files with 5 additions and 0 deletions
|
@ -205,3 +205,8 @@ running, quit if it terminated."
|
|||
;; environments
|
||||
|
||||
(setq mm-text-html-renderer 'html2text)
|
||||
|
||||
;; Set our own default for message-hidden-headers, to avoid tests
|
||||
;; breaking when the Emacs default changes.
|
||||
(setq message-hidden-headers
|
||||
'("^References:" "^Face:" "^X-Face:" "^X-Draft-From:"))
|
||||
|
|
Loading…
Reference in a new issue