]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
cli/show: produce "email" element in sigstatus
[notmuch] / test / test-lib.sh
index f83f7c6aab25d8c040b25378074616a5f1167f19..67ad88539e393a1c5c4858a55631d83bab7631c5 100644 (file)
@@ -131,6 +131,7 @@ add_gnupg_home () {
     # Change this if we ship a new test key
     FINGERPRINT="5AEAB11F5E33DCE875DDB75B6D92612D94E46381"
     SELF_USERID="Notmuch Test Suite <test_suite@notmuchmail.org> (INSECURE!)"
+    SELF_EMAIL="test_suite@notmuchmail.org"
     printf '%s:6:\n' "$FINGERPRINT" | gpg --quiet --batch --no-tty --import-ownertrust
 }