44 {
"autocrypt",
DT_BOOL,
false, 0, NULL,
45 "Enables the Autocrypt feature"
47 {
"autocrypt_acct_format",
DT_STRING,
IP "%4n %-30a %20p %10s", 0, NULL,
48 "Format of the autocrypt account menu"
51 "Location of autocrypt files, including the GPG keyring and SQLite database"
53 {
"autocrypt_reply",
DT_BOOL,
true, 0, NULL,
54 "Replying to an autocrypt email automatically enables autocrypt in the reply"
67#if defined(USE_AUTOCRYPT)
char * AutocryptSignAs
Autocrypt Key id to sign as.
char * AutocryptDefaultKey
Autocrypt default key id (used for postponing messages)
static struct ConfigDef AutocryptVars[]
Config definitions for the autocrypt library.
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[], uint32_t flags)
Register a set of config items.
bool config_init_autocrypt(struct ConfigSet *cs)
Register autocrypt config variables - Implements module_init_config_t -.
Container for lots of config items.
#define DT_BOOL
boolean option
#define DT_PATH_DIR
Path is a directory.
#define DT_PATH
a path to a file/directory
#define DT_STRING
a string
#define DT_NO_FLAGS
No flags are set.