WHERE char *AttributionLocale;
WHERE char *AttachCharset;
WHERE char *AttachFormat;
+#ifdef USE_AUTOCRYPT
+WHERE char *AutocryptDir;
+#endif
WHERE char *Charset;
WHERE char *ComposeFormat;
WHERE char *ConfigCharset;
** unset, you must first use the \fC<tag-prefix>\fP function (bound to ``;''
** by default) to make the next function apply to all tagged messages.
*/
+#ifdef USE_AUTOCRYPT
+ { "autocrypt", DT_BOOL, R_NONE, {.l=OPTAUTOCRYPT}, {.l=0} },
+ /*
+ ** .pp
+ ** When \fIset\fP, enables autocrypt, https://autocrypt.org/, which provides
+ ** passive encryption protection with keys exchanged via headers.
+ ** TODO: add a section in the manual describing this is more detail.
+ */
+ { "autocrypt_dir", DT_PATH, R_NONE, {.p=&AutocryptDir}, {.p="~/.mutt/autocrypt"} },
+ /*
+ ** .pp
+ ** This variable sets where autocrypt files are stored, including the GPG
+ ** keyring and sqlite database.
+ */
+#endif
{ "autoedit", DT_BOOL, R_NONE, {.l=OPTAUTOEDIT}, {.l=0} },
/*
** .pp