summaryrefslogtreecommitdiff
path: root/alot/db.py
Commit message (Collapse)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
| | | | returns a Pipe from which we can read the results
* a more generic FillPipeProcessPatrick Totzke2011-11-08
| | | | | This will also be usable for a later messages mode that iterates over messages
* 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
| | | | See http://www.python.org/download/releases/2.3/mro/ for all the gory details.
* add getter for Messages at DBManagerPatrick Totzke2011-08-18
|
* this sets sync_maildir according when taggingPatrick Totzke2011-08-17
| | | | | DBManager reads the maildir.synchronize_flags option from notmuch's config and calls the api accordingly when tagging
* encoding interface with the api. issue 46patrick2011-08-12
|
* handle bad querystringspazz2011-08-09
| | | | issue #48
* sort taglist in get_tags()patrick2011-08-04
|
* force decoding from utf8 of tagspazz2011-08-02
|
* separated Message from dbpazz2011-07-23
| | | | | since Message also includes mime-handler calling ist doesn't really fit anymore
* 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
| | | | | api needs to change: header fields are stored as utf-8 so we can convert stuff on api level. For now this fixes it. issue #46
* decouple dbman from ui.pazz2011-07-15
| | | | | | Now its ui's responsibility to flush the index after changes vi dbm.flush(), and trigger a repetition upon DatabaseLockedError.
* hotfix for recent api change in sync maildirpazz2011-07-13
| | | | issue #47 we should rather read the user config here
* reflect recent changes in the apipazz2011-07-12
|
* new DS for Thread._get_messages()pazz2011-07-10
| | | | this settles issue #32
* 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
| | | | this is the first part of a fix for issur #13
* 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
|