diff options
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h index d65bf9b5..93c4c2cc 100644 --- a/src/context.h +++ b/src/context.h @@ -128,6 +128,9 @@ struct gpgme_context * after the operation. */ unsigned int ignore_mdc_error : 1; + /* Pass --expert to gpg edit key. */ + unsigned int extended_edit : 1; + /* Flags for keylist mode. */ gpgme_keylist_mode_t keylist_mode; |