summaryrefslogtreecommitdiff
path: root/alot/db.py
Commit message (Expand)AuthorAge
* refactor db: move into submodulePatrick Totzke2012-03-11
* Verbose variable nameDaniel2012-03-02
* Nicer than try--exceptDaniel2012-03-02
* Configurable 'me'Daniel2012-03-02
* Unnecessary test.Daniel2012-03-02
* Rename config setting and cleanupDaniel2012-03-02
* Unique author names in the resulting stringDaniel2012-03-02
* Restructure according to spec :)Daniel2012-03-02
* We build the authors(list), and substitute 'me' for own addrsDaniel2012-03-02
* Revert "wip:flush"Patrick Totzke2012-02-26
* wip:flushPatrick Totzke2012-02-25
* replace config.get_* with settings.getPatrick Totzke2012-02-18
* missing set cast in Thread.remove_tagsPatrick Totzke2012-02-16
* handle all Xapian/Notmuch Errors in flushPatrick Totzke2012-02-08
* DBManager.flush read sync_flags once from configPatrick Totzke2012-02-08
* DBManager.flush rewritePatrick Totzke2012-02-08
* DBManager.remove_message rewritePatrick Totzke2012-02-08
* DBManager.add_message rewritePatrick Totzke2012-02-08
* DBManager: fix callback to 2nd position in queuePatrick Totzke2012-02-08
* pep8 and pyflakes cleanupsPatrick Totzke2012-01-19
* fix update of cached tags in Thread.add_tagsPatrick Totzke2012-01-08
* remove set_tags for remove_rest parm to add_tagsPatrick Totzke2012-01-08
* update local tags in Message and ThreadPatrick Totzke2012-01-08
* introduce callback for writequeuePatrick Totzke2012-01-08
* intersection arg for Thread.get_tags()Patrick Totzke2012-01-07
* Comply with PEP8dtk2012-01-03
* Teach thread to check whether itself matches a querydtk2012-01-03
* Merge branch 'feature-sort-145' into testingPatrick Totzke2012-01-03
|\
| * introduce sort orders in DBManagerPatrick Totzke2012-01-03
* | Teach thread to check for several tagsdtk2012-01-02
|/
* introduce and use NonexistantObjectErrorPatrick Totzke2011-12-27
* add DBManager.remove_messagePatrick Totzke2011-12-27
* Merge pull request #201 from teythoon/feature-add-sent-mails-to-notmuchPatrick Totzke2011-12-25
|\
| * Add DBManager.add_message that adds a message to the notmuch indexJustus Winter2011-12-25
* | Add helper to check mail thread for tagdtk2011-12-25
|/
* remove confused TODOsPatrick Totzke2011-12-11
* pep8 & cleanupPatrick Totzke2011-12-03
* apidocs for dbPatrick Totzke2011-12-02
* added "remember to flush" note to db docsPatrick Totzke2011-12-02
* API doc for alot.dbPatrick Totzke2011-11-30
* cleanup db.pyPatrick Totzke2011-11-30
* docstrings for db.pyPatrick Totzke2011-11-30
* documentationPatrick Totzke2011-11-26
* removed GPL headers from individual source filesPatrick Totzke2011-11-16
* properly terminate search-processesPatrick Totzke2011-11-10
* clean up piping architecturePatrick Totzke2011-11-10
* correctly close pipesPatrick Totzke2011-11-10
* process termination part 1Patrick Totzke2011-11-10
* fix typoPatrick Totzke2011-11-08
* DBManager.get_threadsPatrick Totzke2011-11-08