diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2016-09-12 22:45:58 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-18 10:57:27 -0300 |
| commit | a448879e49fb838a302b4e68d73e63c6b75d9175 (patch) | |
| tree | c41599d049122543b2bb97a485167566b276ff03 /test/T350-crypto.sh | |
| parent | 653c5ee2217adf4007bf76d2067948f6c603ae59 (diff) | |
emacs: reply: remove wrong sig/enc status buttons
This stops the (usually incorrect) sigstatus and encstatus buttons
appearing when replying in emacs, and updates the test suite to match.
Overriding the status button functions is a little unusual but much
less intrusive than passing an argument all the way down the call
chain. It also makes it clear exactly what it does.
We also hide the application/pgp-encrypted part as it can only contain
"Version: 1". We do this in notmuch show, which means it also happens
when replying.
Diffstat (limited to 'test/T350-crypto.sh')
| -rwxr-xr-x | test/T350-crypto.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T350-crypto.sh b/test/T350-crypto.sh index 8e298979..df2dc743 100755 --- a/test/T350-crypto.sh +++ b/test/T350-crypto.sh @@ -317,7 +317,6 @@ test_expect_equal \ "$expected" test_begin_subtest "Reply within emacs to an encrypted message" -test_subtest_known_broken test_emacs "(let ((message-hidden-headers '()) (notmuch-crypto-process-mime 't)) (notmuch-show \"subject:test.encrypted.message.002\") |
