summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* update docs for tag commands in search modePatrick Totzke2019-05-11
* cleanup trailing whitespacePatrick Totzke2019-05-11
* fix mergePatrick Totzke2019-05-11
* fix pyflakes issuesPatrick Totzke2019-05-11
* commands/globals: split remaining functionality out of applyPatrick Totzke2019-05-11
* commands/globals: Split encryption code into a helperDylan Baker2019-05-11
* commands/globals: Split code for setting a missing To headerDylan Baker2019-05-11
* commands/globals: split gpg signing code into a helperDylan Baker2019-05-11
* commands/globals: split envelope setting codePatrick Totzke2019-05-11
* commands/globals split out the signature setting codeDylan Baker2019-05-11
* commands/globals: split the code for setting ...Patrick Totzke2019-05-11
* commands/globals: split out the code for loading a templateDylan Baker2019-05-11
* commands/globals: wrap apply in an error handlerDylan Baker2019-05-11
* expose subject and to headers to forward_prefix hookNick Hu2019-05-11
* Set local variable before useageLucas Hoffmann2018-12-14
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* match addresses against accounts, not address listsvrs2018-12-10
* attach accounts to envelopesvrs2018-12-10
* fix: ui.notify is no coroutinePatrick Totzke2018-11-21
* make bounce command use the correct sender accountMichael J Gruber2018-11-15
* 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