summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* Check set of encryption keys before sendingAndre Bianchi2018-10-16
* commands/thread: Don't refresh after movingDylan Baker2018-08-08
* Set the policy for email.message_from_*Dylan Baker2018-08-06
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* commands/globals: use getattr/setattr instead of manipulating __dict__Dylan Baker2018-08-02
* commands/globals: Convert CallCommand.apply to a coroutineDylan Baker2018-08-02
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* ui: Convert apply_command to a coroutineDylan Baker2018-07-26
* command/envelope: Don't use a deferred, use awaitDylan Baker2018-07-26
* account: Convert send_mail function to coroutineDylan Baker2018-07-26
* commands/globals: implement ExternalCommand.apply as coroutineDylan Baker2018-07-26
* commands/thread: Use asyncio coroutines instead of twisted deferredsDylan Baker2018-07-26
* commands/globals: Use asyncio coroutines instead of twisted deferredsDylan Baker2018-07-26
* command/envelope: use asyncio coroutines instead of twisted inlineCallbacksDylan Baker2018-07-26
* commands/envelope: check that self.envelope is not NoneDylan Baker2018-07-26
* Merge pull request #1276 from alexshpilkin/copyeditDylan Baker2018-07-25
|\
| * Capitalize option and command descriptions consistentlyAlexander Shpilkin2018-07-25
* | commands/globals: Convert Address to string for email.utilsDylan Baker2018-07-25
|/
* add global command 'removequery'Patrick Totzke2018-07-24
* new command "savequery"Patrick Totzke2018-07-24
* add select command for namedqueries bufferPatrick Totzke2018-07-24
* add global namedqueries commandPatrick Totzke2018-07-24
* Merge pull request #1252 from pazz/update-envelope-keysDylan Baker2018-07-24
|\
| * update gpg keys only if envelope asks for encryptionPatrick Totzke2018-06-21
| * rename function that updates gpg keys in envelopesPatrick Totzke2018-06-21
* | ComposeCommand: open signature as binaryJohannes Löthberg2018-07-12
* | provide retagprompt command in thread modeMichael J Gruber2018-06-22
* | refactor common retagpromptMichael J Gruber2018-06-22
|/
* 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 encoding issue in thread.PrintCommandPatrick Totzke2018-06-18
* | commands/thread use a BytesIO instead of StringIO objectDylan Baker2018-05-15
* | Fix some formatting requests for @luccDylan Baker2018-04-24
* | Extract a level of nested control flow.Ben Finney2018-04-23
* | Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* | Merge branch 'master' into py3kDylan Baker2018-03-12
|\|
| * rename parameter of Command.apply methodPatrick Totzke2018-03-11
* | Use urwid.util.detected_encoding instead of try_decodeDylan Baker2018-03-06
* | use helper.try_decode instead of guess_encodingDylan Baker2018-03-06
* | Merge branch 'master' into py3kDylan Baker2018-03-05
|\|
| * implement replied and passed tagsMichael J Gruber2018-03-05
* | fix piping messages via stdinDylan Baker2018-03-02
* | globals: try to fix debian magic errorDylan Baker2018-03-01
* | commands/globals: fix bindings help for py3kDylan Baker2018-03-01
* | alot/command/envelope: py3k fixesDylan Baker2018-03-01
* | alot/command/globals: fix py3kDylan Baker2018-03-01
* | alot/commands/thread: Fix py3k issuesDylan Baker2018-03-01
* | fix rebasing errorsDylan Baker2018-03-01
* | py3k: Replace 'e.message' with 'str(e)' when handling exceptionsDylan Baker2018-03-01