mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-14 03:32:06 +01:00
Add ikey trust state
This commit is contained in:
parent
079e324fe0
commit
2c1af41249
1 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ public interface OpenPgpTrustStore {
|
|||
/**
|
||||
* The user didn't yet describe, whether to trust the key or not.
|
||||
*/
|
||||
undecided
|
||||
undecided,
|
||||
ikey_trusted
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue