]> git.notmuchmail.org Git - notmuch/history - notmuch
message.py: small doc changes and unused code removal
[notmuch] / notmuch
2010-03-30 Jesse Rosenthal[REV2] adding part, simplifying Message.get_parts(...
2010-03-27 Jesse Rosenthalimplement sort order for notmuch show
2010-03-25 Sebastian Spaethfix wrongly names variable format->out_format
2010-03-25 Sebastian Spaethrename show_messages to print_messages and fix up the...
2010-03-25 Jesse Rosenthalnotmuch: Make modifications to implement notmuch search
2010-03-24 Sebastian Spaethfix documentations, and add a very brittle notmuch...
2010-03-24 Sebastian Spaethnotmuch: Implement 'notmuch search'
2010-03-22 Sebastian Spaethnotmuch: use new function Database().create_query(...
2010-03-19 Sebastian Spaethnotmuch restore: only delete a message's old tags if...
2010-03-19 Sebastian Spaethnotmuch: implement restore. We pass now all 'dump'...
2010-03-19 Sebastian Spaethnotmuch: Use Query.count_messages() rather len(Query...
2010-03-18 Sebastian Spaethnotmuch: implement dump to file. Fake notmuch new by...
2010-03-18 Sebastian Spaethmention NOTMUCH_CONFIG in the notmuch docstring
2010-03-17 Sebastian Spaethnotmuch: implement tag command
2010-03-17 Sebastian Spaethnotmuch: fix to use new Query.SORT enum
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 Spaethuse logging.debug for debug output. Implement notmuch...
2010-03-16 Sebastian Spaethsome more stubs
2010-03-16 Sebastian Spaethnonfunctional changes in notmuch stub
2010-03-16 Sebastian Spaethadd notmuch stub that will allow me to run the notmuch...