summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* don't include quoted lines in msg content summaryPatrick Totzke2018-11-08
* crypto: use sphyinx 'raise' first param to give the typeRuben Pollan2018-11-01
* crypto: deal with bad signatures on session-decryptRuben Pollan2018-11-01
* db/utils: strip cte before comparingDylan Baker2018-10-19
* Check set of encryption keys before sendingAndre Bianchi2018-10-16
* Merge pull request #1306 from lucc/fix-1303Dylan Baker2018-10-10
|\
| * Improve error notification on failing sendmailLucas Hoffmann2018-10-10
| * Check the return code from sendmailLucas Hoffmann2018-09-22
* | crypto: Use session-key to decrypt messages if present in the indexRuben Pollan2018-10-08
* | Go back to Twisted event loopDylan Baker2018-10-04
* | ui: Use Eventloop.create_future instead of asyncio.FutureDylan Baker2018-10-04
|/
* Don't try to add Content-Disposition header to email that already has oneDylan Baker2018-08-13
* commands/thread: Don't refresh after movingDylan Baker2018-08-08
* Set the policy for email.message_from_*Dylan Baker2018-08-06
* helper: remove unused GeneratorDylan Baker2018-08-06
* db/utils: remove unused Header importDylan Baker2018-08-06
* db/attachment: use set_param() instead of recreating a headerDylan Baker2018-08-04
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* db: encode Header objects to strDylan 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
* remove workaround for python issuePatrick Totzke2018-08-02
* db/manager: Append underscore to method named asyncJohannes Löthberg2018-08-01
* ui: Drop unneeded _error_handler and rename _error_handler2Dylan Baker2018-07-26
* Drop all use of twisted!Dylan Baker2018-07-26
* ui: make apply_commandline a coroutineDylan Baker2018-07-26
* ui: switch ui.prompt and ui.choice to use asyncio.FuturesDylan Baker2018-07-26
* ui: Convert apply_command to a coroutineDylan Baker2018-07-26
* ui: convert the loop_hook to asyncioDylan 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
* helper: use asyncio.subprocess instead of twistedDylan Baker2018-07-26
* db/manager: use threads instead of reactor.callInThreadDylan Baker2018-07-26
* buffers/search: add missing NotmuchErrorDylan 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
* ui: Handle asyncio coroutines in call_cmdDylan Baker2018-07-26
* Use twisted reactor as asyncio event loopDylan 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
|\
| * Describe options the same way in help and manualAlexander Shpilkin2018-07-25
| * Reword description of options -C and colourmodeAlexander Shpilkin2018-07-25
| * Avoid abbreviations in documentationAlexander Shpilkin2018-07-25
| * Capitalize option and command descriptions consistentlyAlexander Shpilkin2018-07-25
| * Fix typo in description of option -dAlexander Shpilkin2018-07-25
* | commands/globals: Convert Address to string for email.utilsDylan Baker2018-07-25
|/
* Merge pull request #1256 from pazz/namedqueriesDylan Baker2018-07-24
|\