summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* travis: Add python 3.7 support, which requires using 16.04 XenialDylan Baker2018-08-01
* tests: use "gpg2" instead of "gpg" commandDylan Baker2018-08-01
* Merge pull request #1282 from kyrias/py37-async-method-nameDylan Baker2018-08-01
|\
| * db/manager: Append underscore to method named asyncJohannes Löthberg2018-08-01
|/
* Merge pull request #1270 from dcbaker/use-asyncioDylan Baker2018-07-26
|\
| * NEWS: add item for asyncioDylan Baker2018-07-26
| * travis: don't install twistedDylan Baker2018-07-26
| * docs: Remove references to twistedDylan Baker2018-07-26
| * ui: Drop unneeded _error_handler and rename _error_handler2Dylan Baker2018-07-26
| * Drop all use of twisted!Dylan Baker2018-07-26
| * tests: drop remaining references to twisted from unit testsDylan 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
| * tests/commands/global: use utilities.async_testDylan Baker2018-07-26
| * tests/commands/envelope: use utilities.async_testDylan Baker2018-07-26
| * tests/commands/utils: use utilities.async_testDylan Baker2018-07-26
| * helper: use asyncio.subprocess instead of twistedDylan Baker2018-07-26
| * utilities: Add a decorator for asyncio testsDylan 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
| * Fix typo in documentationAlexander 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
| * Rewrap option descriptions in the manualAlexander Shpilkin2018-07-25
| * Fix typesetting of option arguments in the manualAlexander Shpilkin2018-07-25
* | Merge pull request #1278 from dcbaker/fix-1277Dylan Baker2018-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
| * tests for alot.db.managerPatrick Totzke2018-07-24
| * update NEWSPatrick Totzke2018-07-24
| * update docsPatrick 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