summaryrefslogtreecommitdiffstats
path: root/autocrypt
AgeCommit message (Expand)Author
2020-11-24Fix exact-address handling when addr->personal is set.Kevin McCarthy
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-14Add Autocrypt error messages when trying to force send.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2020-05-02Fix 'gpg' -> 'GPG' in manual and autocrypt translation string.Kevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-02-28Create send.h header.Kevin McCarthy
2019-12-21Turn off auto-clear outside of autocrypt initialization.Kevin McCarthy
2019-11-30Change "Prf Enc" to "Prf Encr".Kevin McCarthy
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-08-09Add L10N comment about autocrypt menu help line abbreviations.Kevin McCarthy
2019-08-07Turn off macro processing during autocrypt initialization.Kevin McCarthy
2019-08-07Automatically clear screen when popping the last menu.Kevin McCarthy
2019-08-07Add ability to create autocrypt account from an existing key.Kevin McCarthy
2019-08-03Add autocrypt README fileKevin McCarthy
2019-08-03Add option to scan mailboxes during first run.Kevin McCarthy
2019-08-03Add more translation string comments for autocrypt.Kevin McCarthy
2019-08-03Basic autocrypt account menu.Kevin McCarthy
2019-08-03Convert peer_update to just pass the peer object.Kevin McCarthy
2019-08-03Add account->enabled checks.Kevin McCarthy
2019-08-03Add prefer-encrypt prompt during account creation.Kevin McCarthy
2019-08-03Add L10N translation message comments.Kevin McCarthy
2019-08-03Print an error message if an autocrypt key can't be found.Kevin McCarthy
2019-08-03Slightly improve the gossip header key update.Kevin McCarthy
2019-08-03Fix process_gossip_headers() to look at the right envelope.Kevin McCarthy
2019-08-03Autocrypt outgoing emails.Kevin McCarthy
2019-08-03Add autocrypt line to the compose menu.Kevin McCarthy
2019-08-03Change gossip header address comparison to use normalized addresses.Kevin McCarthy
2019-08-03Change autocrypt_db normalization to return ADDRESS.Kevin McCarthy
2019-08-03Add gossip header processing.Kevin McCarthy
2019-08-03Convert to use sqllite3_prepare_v3().Kevin McCarthy
2019-08-03Process autocrypt headers.Kevin McCarthy
2019-08-03Add initial autocrypt account setup.Kevin McCarthy
2019-08-03Start autocrypt gpgme.Kevin McCarthy
2019-08-03Add database and schema initialization.Kevin McCarthy
2019-08-03Initial autoconf and makefile setup for autocrypt.Kevin McCarthy