summaryrefslogtreecommitdiff
path: root/alot/db.py
Commit message (Expand)AuthorAge
* 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
* more encoding errors fixedpazz2011-07-06
* fix encoding issuespazz2011-07-06
* removed debugging artefactpazz2011-07-05
* pep8pazz2011-07-04
* flush retrypazz2011-07-04
* timeout for flush repeatspazz2011-07-04
* a central queue in dbman for all write accesspazz2011-07-03
* names only in msg summarypazz2011-06-24
* fix bug introduced with maildir sync upon msg openpazz2011-06-18
* config parserpazz2011-06-05
* some love for the message summary widgetpazz2011-06-04
* singlethread buffer shows all its msgspazz2011-06-01
* remove tag 'unread' upon message displaypazz2011-05-31
* Licencing: added GPL3 header to all source filespazz2011-05-30
* pep8pazz2011-05-28
* added manual labeling of threads from search (l)pazz2011-05-28
* some typos and docspazz2011-05-28
* cleanup and pep8pazz2011-05-28
* Single thread view done. msg.get_replies needs fixpazz2011-05-28
* merged in acoolon's patchespazz2011-05-27
* Merge branch 'master' of https://github.com/acoolon/notmuch-gui into acoolonpazz2011-05-27
|\
| * using set in db.py: easier to handle add/remove tagsacoolon2011-05-27
| * renamed some variablesacoolon2011-05-27
| * __str__ is now the second methodacoolon2011-05-27
| * pep8 fixesacoolon2011-05-27