]> git.notmuchmail.org Git - notmuch/history - cnotmuch/database.py
implement Database.get_version() and Database.needs_upgrade()
[notmuch] / cnotmuch / database.py
2010-03-18 Sebastian Spaethimplement Database.get_version() and Database.needs_upg...
2010-03-17 Sebastian Spaethnotmuch: implement tag command
2010-03-17 Sebastian SpaethImplement Message.add|remove_tag() and documentation
2010-03-17 Sebastian Spaethdocs: doc improvements
2010-03-17 Sebastian Spaethmany doc improvements, fixed at least one bug due to...
2010-03-17 Sebastian SpaethImprove source documentation
2010-03-17 Sebastian SpaethImplement an Enum class and make the STATUS object one
2010-03-16 Sebastian Spaethimplement Message.get_date() and Message.get_header()
2010-03-16 Sebastian Spaethimplement stub for notmuch show. Remove finished ToDo...
2010-03-16 Sebastian Spaethimplement Query.set_sort() and sort notmuch dump by...
2010-03-16 Sebastian Spaethimplement notmuch dump and Messages.len()
2010-03-16 Sebastian Spaethimplement message counting
2010-03-16 Sebastian Spaethimplement quoatation mangling in the notmuch binary
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