summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* Remove unicode escape codesLucas Hoffmann2019-11-06
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Fix crash when editor_cmdstring is empty.Pol Van Aubel2019-11-02
* Be more informative if editor exits with error.Pol Van Aubel2019-11-02
* directly import Completers from their resp modulePatrick Totzke2019-08-17
* Fix UnboundLocalErrorLucas Hoffmann2019-08-16
* trailing whitespacesPatrick Totzke2019-08-15
* retire Message.accumulate_bodyPatrick Totzke2019-08-15
* remove field_key parameter from PipetoCommandPatrick Totzke2019-08-15
* cosmeticsPatrick Totzke2019-06-02
* refactor ReplyCommandPatrick Totzke2019-06-02
* fix: use from-header from disk when replyingPatrick Totzke2019-06-02
* fix formataddrPatrick Totzke2019-06-02
* remove old new-style classes syntaxPatrick Totzke2019-05-27
* 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
|\