summaryrefslogtreecommitdiff
path: root/alot/db.py
Commit message (Expand)AuthorAge
* 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
* unicode in headers..pazz2011-07-16
* decouple dbman from ui.pazz2011-07-15
* hotfix for recent api change in sync maildirpazz2011-07-13
* reflect recent changes in the apipazz2011-07-12
* new DS for Thread._get_messages()pazz2011-07-10
* correctly read and write utf8 encoded tagnamespazz2011-07-09
* docstrings for db.pypazz2011-07-09
* stringrep for db.Threadpazz2011-07-09
* make sure read-only mode dowsn't writepazz2011-07-09
* cleanup db.Threadpazz2011-07-09
* a widget for db.Attachmentpazz2011-07-09
* enter db.Attachmentspazz2011-07-09
* typospazz2011-07-09
* cleanup of db.Messagepazz2011-07-09
* decoding fixespazz2011-07-07
* fix unicode conversion issue with bindingspazz2011-07-07