]> git.notmuchmail.org Git - notmuch/history - cnotmuch/database.py
docs: Improve documentations
[notmuch] / cnotmuch / database.py
2010-03-25 Sebastian Spaethdocs: Improve documentations
2010-03-25 Sebastian SpaethImplement Database.upgrade() to get the last bit of...
2010-03-25 Sebastian SpaethImplement Filenames() iterator. The API should be compl...
2010-03-25 Sebastian SpaethImplement Database().get_directory() and Directory...
2010-03-25 Sebastian SpaethImplement Message().get|set_flag()
2010-03-24 Sebastian SpaethFactor Messages() and Message() out into their own...
2010-03-24 Sebastian SpaethImplement Thread() and Threads()
2010-03-22 Sebastian SpaethFix Database().create_query() to actually initialize...
2010-03-19 Sebastian SpaethImplement Message.get_replies()
2010-03-19 Sebastian Spaethdocs: Add missing newline that broke formatting
2010-03-19 Sebastian SpaethAdd Database.create_query() as a shorthand for db=Datab...
2010-03-19 Sebastian SpaethDatabase(): implement as of yet untested add_message...
2010-03-19 Sebastian Spaethdocs: Various typo fixes in docstrings
2010-03-19 Sebastian SpaethDatabase(): Factor out the test for an initialized...
2010-03-19 Sebastian Spaethimplement Message.get_thread_id()
2010-03-19 Sebastian SpaethQuery(): Fix _nmlib -> nmlib type & clarify docs a bit
2010-03-19 Sebastian SpaethImplement Database.count_messages()
2010-03-18 Sebastian SpaethDatabase(): honor NOTMUCH_CONFIG env variable for readi...
2010-03-18 Sebastian SpaethImplement Message.freeze(), thaw(), and remove_all_tags()
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