summaryrefslogtreecommitdiff
path: root/alot/db.py
Commit message (Expand)AuthorAge
* 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
* a more generic FillPipeProcessPatrick Totzke2011-11-08
* pep8 fixesPatrick Totzke2011-11-06
* Handle leftover subprocesses.Antoine Amarilli2011-11-06
* Search threads with multiprocessing.Antoine Amarilli2011-11-06
* cleanup & pep8 fixesPatrick Totzke2011-10-22
* issue #46Patrick Totzke2011-10-21
* use new atomicity features in dbm.flushPatrick Totzke2011-10-03
* Use new-style classesJustus Winter2011-09-22
* add getter for Messages at DBManagerPatrick Totzke2011-08-18
* this sets sync_maildir according when taggingPatrick Totzke2011-08-17
* encoding interface with the api. issue 46patrick2011-08-12
* handle bad querystringspazz2011-08-09
* sort taglist in get_tags()patrick2011-08-04
* force decoding from utf8 of tagspazz2011-08-02
* separated Message from dbpazz2011-07-23
* mv msg interpretation to Message issue #30pazz2011-07-23
* propagate sync_maildir_flagspazz2011-07-19
* remove unread flag when opening a threadpazz2011-07-19
* flush upon tag/untag commandspazz2011-07-18