Add ikey trust state

This commit is contained in:
Paul Schaub 2021-01-10 15:38:24 +01:00
parent 079e324fe0
commit 2c1af41249
1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ public interface OpenPgpTrustStore {
/**
* The user didn't yet describe, whether to trust the key or not.
*/
undecided
undecided,
ikey_trusted
}
}