From: Daniel Kahn Gillmor Date: Sat, 4 May 2019 21:33:26 +0000 (-0400) Subject: test/crypto: clarify the difference between ownertrust and validity X-Git-Tag: archive/debian/0.29_rc0-1~64 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=9f05ceb994d1d674cf2f433f0d794b671fef38ec;hp=9f05ceb994d1d674cf2f433f0d794b671fef38ec;p=notmuch 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 ---