summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
Commit message (Expand)AuthorAge
* db/manager: Append underscore to method named asyncJohannes Löthberg2018-08-01
* db/manager: use threads instead of reactor.callInThreadDylan Baker2018-07-26
* add setter for (notmuch) configs to database managerPatrick Totzke2018-07-24
* add getter for named queries to DB managerPatrick Totzke2018-07-24
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Extract a level of nested conditionals for tag command.Ben Finney2018-04-23
* fix tagging and untagging.Dylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* interpret exclude_tagsPatrick Totzke2017-10-01
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* py3k: Use build in next functionLucas Hoffmann2017-08-20
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Exclude search.exclude_tags from searchesJohannes Löthberg2017-06-08
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Replace unused arguments with _Dylan Baker2016-12-21
* Don't use dict.keys when not necessaryDylan Baker2016-12-21
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* remove deprecated methodPatrick Totzke2015-11-24
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* adjust error messagePatrick Totzke2013-07-07
* move check to add_message directlyPatrick Totzke2013-07-07
* raise exception when adding msg no non-indexable pathPatrick Totzke2013-07-07
* Add some comments to the db manager async codeJustus Winter2013-01-24
* Replace workers std{out,err} by pipes and log anything written to themJustus Winter2013-01-24
* Join worker processes and keep track of them in the logJustus Winter2013-01-22
* Ignore EINTR in workers when terminating due to SIGTERMJustus Winter2013-01-08
* add callback parameter for FlushCommandPatrick Totzke2012-09-23
* cleanup: move DBManager to its own filePatrick Totzke2012-08-10