diff options
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h index 078f0cbd..de69a7a6 100644 --- a/src/context.h +++ b/src/context.h @@ -105,6 +105,11 @@ struct gpgme_context * lines. */ unsigned int full_status : 1; + /* The Tofu info has a human readable string which is presented to + * the user in a directly usable format. By enabling this flag the + * unmodified string, as received form gpg, will be returned. */ + unsigned int raw_description : 1; + /* Flags for keylist mode. */ gpgme_keylist_mode_t keylist_mode; |