]> git.cworth.org Git - notmuch/commit
test: known broken test for emacs display of message/rfc822 parts
authorDavid Bremner <david@tethera.net>
Sat, 3 Jul 2021 20:11:31 +0000 (17:11 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 30 Aug 2021 23:29:04 +0000 (16:29 -0700)
commit06b536dae09fea5e956db9e13169f7cdf9bdb3ba
tree9feaa6ebc424ac6d76b0f852389554840711afbc
parente1c56f49deb71a9a1b419331a5df38ce3cb4fb4a
test: known broken test for emacs display of message/rfc822 parts

There are at least 3 bugs present.

1) notmuch-show-insert-part-message/rfc822 assumes that message/rfc822
parts will have a ":content" property, but that turns out not to be
the case.

2) something deep in gnus wants gnus-newsgroup-charset, but that is
defined in gnus-sum, which is not loaded by default.

3) If gnus-sum is loaded, then the display of the message/rfc822 part
succeeds, but the buffer gets put into gnus-article-mode, which means
that, inter alia, notmuch text properties and keybindings get wiped.
test/T450-emacs-show.sh