]> git.notmuchmail.org Git - notmuch/commit
test/crypto: clarify the difference between ownertrust and validity
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 4 May 2019 21:33:26 +0000 (17:33 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 7 May 2019 09:42:01 +0000 (06:42 -0300)
commit9f05ceb994d1d674cf2f433f0d794b671fef38ec
treee16c2d47eb0208ec8d14e45c6111c4de88711cf1
parent5642efb72072167f5bcaa5025adbf0493fe171ba
test/crypto: clarify the difference between ownertrust and validity

This is a subtle difference, but the output of notmuch shouldn't ever
change based on ownertrust itself -- notmuch is intended to show valid
User IDs, and to avoid showing invalid User IDs.

It so happens that setting ownertrust of a key to ultimate sets all
associated user IDs to "full" validity, so the test is correct, but
just misnamed.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
test/T350-crypto.sh