summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
Commit message (Expand)AuthorAge
* db/manager: support flexible database locationAnton Khirnov2022-02-05
* db/manager: optimize database modificationsAnton Khirnov2021-03-18
* db/manager: rewrite db write operation APIAnton Khirnov2021-02-07
* db/manager: use only one worker thread for write operationsAnton Khirnov2021-02-05
* buffers/search: fix handling malformed queriesAnton Khirnov2021-01-31
* db: use symbolic constants for sort ordersAnton Khirnov2021-01-31
* db/manager: handle notmuch exceptions in count_*Anton Khirnov2021-01-30
* db/manager: fix signature of Database.add()Anton Khirnov2021-01-24
* buffers: make get_info() asynchronousAnton Khirnov2021-01-20
* db: make sure to close the read-only database instancesAnton Khirnov2021-01-20
* db: make write operations asyncAnton Khirnov2021-01-20
* db/manager: drop unused variableAnton Khirnov2021-01-19
* db/manager: Drop async methodDylan Baker2021-01-10
* Allow designating certain tags as "property" tags.Anton Khirnov2020-05-24
* Consistently use set/frozenset for tags.Anton Khirnov2020-05-24
* Switch to the notmuch2 bindings.Anton Khirnov2020-05-09
* db/manager: change add_message signatureAnton Khirnov2020-05-08
* db/manager: drop support for adding/removing queriesAnton Khirnov2020-05-08
* db/manager: get rid of an unnecessary indentation levelAnton Khirnov2020-05-07
* db/utils: move is_subdir_of() to the single place it is used inAnton Khirnov2020-03-05
* db/manager: drop unused functionsAnton Khirnov2020-02-06
* Drop support for removing messages.Anton Khirnov2020-02-05
* Revert "db/manager: Drop async method"Anton Khirnov2020-01-02
* unused importPatrick Totzke2019-08-16
* db/manager: Drop async methodDylan Baker2019-08-15
* remove unused importsPatrick Totzke2019-08-11
* remove old new-style classes syntaxPatrick Totzke2019-05-27
* 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