summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* 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
|\
| * add completion for named queriesPatrick Totzke2018-07-24
| * add global command 'removequery'Patrick Totzke2018-07-24
| * new command "savequery"Patrick Totzke2018-07-24
| * add setter for (notmuch) configs to database managerPatrick Totzke2018-07-24
| * add default binding for namedqueries bufferPatrick Totzke2018-07-24
| * add config option to configure the statusbarPatrick Totzke2018-07-24
| * update theme spec, default theme and testsPatrick Totzke2018-07-24
| * add new buffer type NamedQueriesBufferPatrick Totzke2018-07-24
| * add text widget used in namedqueries buffersPatrick Totzke2018-07-24