]> git.notmuchmail.org Git - notmuch/history - cnotmuch/database.py
Fix iterator classes to not skip the first element when iterating
[notmuch] / cnotmuch / database.py
2010-03-16 Sebastian SpaethFix iterator classes to not skip the first element...
2010-03-16 Sebastian Spaethuse logging.debug for debug output. Implement notmuch...
2010-03-16 Sebastian SpaethFixing the crashes that I was seeing
2010-03-16 Sebastian Spaethimplement Query() and search_messages()
2010-03-16 Sebastian Spaethremove useless tags struct
2010-03-16 Sebastian SpaethQuery() stub
2010-03-16 Sebastian SpaethImplement Message(), Database.find_message(), Database...
2010-03-15 Sebastian SpaethTags: clarify documentation: we can only iterate once...
2010-03-15 Sebastian Spaethinitial revision. See README for what works