summaryrefslogtreecommitdiff
path: root/alot/db/thread.py
Commit message (Expand)AuthorAge
* widgets/search: display the number of matching messages in the threadAnton Khirnov2021-02-10
* commands/search: refactor applying the tag commandAnton Khirnov2021-02-07
* db/thread: add parentheses for chaining queriesAnton Khirnov2021-01-20
* db: make sure to close the read-only database instancesAnton Khirnov2021-01-20
* db: make write operations asyncAnton Khirnov2021-01-20
* Consistently use set/frozenset for tags.Anton Khirnov2020-05-24
* Switch to the notmuch2 bindings.Anton Khirnov2020-05-09
* db/thread: fix documentationAnton Khirnov2020-05-05
* thread: implement tree decorationsAnton Khirnov2020-02-19
* thread: drop the use of urwidtreesAnton Khirnov2020-02-19
* db: rewrite the API for representing message treesAnton Khirnov2020-02-06
* db: drop useless gettersAnton Khirnov2020-02-06
* db/thread: drop useless getter functionsAnton Khirnov2020-02-06
* remove old new-style classes syntaxPatrick Totzke2019-05-27
* match addresses against accounts, not address listsvrs2018-12-10
* Remove old __future__ importsLucas Hoffmann2018-06-19
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* py3k: Use build in next functionLucas Hoffmann2017-08-20
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Use dict's iter methodsDylan Baker2016-12-21
* db/thread: Set some protected variables in the constructor.Dylan Baker2016-12-21
* db/thread: Avoid intermediate data structureDylan Baker2016-12-21
* db/thread: don't create multiple lists to sortDylan Baker2016-12-21
* tests: Add tests for alot.db.thread.Thread.get_authorDylan Baker2016-12-21
* db/thread: define Thread._authors in constructorDylan Baker2016-12-21
* Replace list comprehension with set comprehensionDylan Baker2016-12-13
* Clean up importsLucas Hoffmann2016-12-09
* New option `thread_authors_order_by` to control author orderTommy Lindgren2016-12-06
* pep8 fixesPatrick Totzke2015-12-16
* Allow configuring what does alot consider to be the thread subject.Anton Khirnov2015-12-16
* fix 544Patrick Totzke2013-01-15
* add copyright statements to all source filesPatrick Totzke2012-06-14
* docs: minor fixesPatrick Totzke2012-05-29
* pep8 fixesPatrick Totzke2012-03-15
* docs: corrected pointers to db.message.MessagePatrick Totzke2012-03-11
* refactor db: move into submodulePatrick Totzke2012-03-11