]> git.notmuchmail.org Git - notmuch/history - cnotmuch/message.py
Extent pypi documentation. Set version to 0.2.2
[notmuch] / cnotmuch / message.py
2010-03-30 Sebastian Spaethmessage.py: Don't use ctypes.c_bool as that does not...
2010-03-30 Jesse Rosenthalmessage.py: fix indentation
2010-03-30 Sebastian SpaethNeed to do capitalization changes in dict keys from...
2010-03-30 Sebastian Spaethmessage.py: small doc changes and unused code removal
2010-03-30 Sebastian SpaethRevert some unneeded white space changes
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 Spaethrename show_messages to print_messages and fix up the...
2010-03-25 Sebastian SpaethMessage(): add 'match' result in text output. Fix is_ma...
2010-03-25 Sebastian Spaethmessage.yp: add GPL v3 boilerplate and add Jesse as...
2010-03-25 Jesse RosenthalMessage(): Implement show message as text or json
2010-03-25 Sebastian SpaethImplement Message().get|set_flag()
2010-03-24 Sebastian Spaethtry c_long rather c_int64 for time_t
2010-03-24 Sebastian Spaethtime_t is a signed int, not an unsigned one...
2010-03-24 Sebastian SpaethFactor Messages() and Message() out into their own...