summaryrefslogtreecommitdiffstats
path: root/autocrypt/autocrypt_acct_menu.c
AgeCommit message (Collapse)Author
2022-11-04Add explicit void to 0-parameter function definitions.Kevin McCarthy
These are the errors output with: -Werror=implicit-int -Werror=implicit-function-declaration -Werror=int-conversion -Werror=strict-prototypes -Werror=old-style-definition
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
All invocations pass a pointer parameter. Perhaps at one point this was like the init.h combined usage. But as with that, using an unsigned long is incorrect, and we've been lucky to get away with it. Since we don't need a union, just change it to void * to properly size the parameter.
2019-11-30Change "Prf Enc" to "Prf Encr".Kevin McCarthy
Make the abbreviation a bit clearer, that it means Encryption instead of Encoding. Thanks to Morten Bo Johansen for the suggestion.
2019-08-09Add L10N comment about autocrypt menu help line abbreviations.Kevin McCarthy
2019-08-03Add more translation string comments for autocrypt.Kevin McCarthy
2019-08-03Basic autocrypt account menu.Kevin McCarthy
Provide ability to create, delete, and toggle the prefer-encrypt and enabled flag for an account. Hook into the index via 'A' <autocrypt-acct-menu>.