WHERE bool C_Askcc; ///< Config: Ask the user for the carbon-copy recipients
#ifdef USE_AUTOCRYPT
WHERE bool C_Autocrypt; ///< Config: Enables the Autocrypt feature
+WHERE bool C_AutocryptReply; ///< Config: Replying to an autocrypt email automatically enables autocrypt in the reply
#endif
WHERE bool C_Autoedit; ///< Config: Skip the initial compose menu and edit the email
WHERE bool C_AutoTag; ///< Config: Automatically apply actions to all tagged messages
** keyring and sqlite database. See ``$autocryptdoc'' for more details.
** (Autocrypt only)
*/
+ { "autocrypt_reply", DT_BOOL, &C_AutocryptReply, true },
+ /*
+ ** .pp
+ ** When \fIset\fP, replying to an autocrypt email automatically
+ ** enables autocrypt in the reply. You may want to unset this if you're using
+ ** the same key for autocrypt as normal web-of-trust, so that autocrypt
+ ** isn't forced on for all encrypted replies.
+ ** (Autocrypt only)
+ */
#endif
{ "autoedit", DT_BOOL, &C_Autoedit, false },
/*