summaryrefslogtreecommitdiff
path: root/alot/commands/utils.py
Commit message (Expand)AuthorAge
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* attach accounts to envelopesvrs2018-12-10
* command/envelope: use asyncio coroutines instead of twisted inlineCallbacksDylan Baker2018-07-26
* rename function that updates gpg keys in envelopesPatrick Totzke2018-06-21
* Merge pull request #1228 from dcbaker/auto-encrypt-newPatrick Totzke2018-06-19
|\
| * envelope: Update encryption keys when CC, To, or From is changedDylan Baker2018-03-12
* | Remove old __future__ importsLucas Hoffmann2018-06-19
|/
* fix ambiguous keys harderDylan Baker2018-02-08
* * apply code review commentsMartin Schaaf2017-12-12
* Fix issue 1164 of not able to select a key for encryption on ambigious keyid ...Martin Schaaf2017-11-01
* commands/util: encrypt to selfRuben Pollan2017-09-26
* Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* just use the OpenPGP fingerprint instead of inventing "hash_key"Daniel Kahn Gillmor2017-08-14
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* settings/manager: Extend the get_account_by_address with return_defaultDylan Baker2017-07-27
* Convert gpg uid choices into a listRuben Pollan2017-02-08
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Encrypt for the CC addresses tooRuben Pollan2017-01-01
* commands/utils: Refactor exception caseDylan Baker2016-12-27
* Clean up importsLucas Hoffmann2016-12-09
* Fix double space.Lucas Hoffmann2016-03-24
* Implement key id validity checks for encrypt_by_default.Lucas Hoffmann2016-03-24
* Add and update several docstrings.Lucas Hoffmann2016-03-11
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16