]> git.notmuchmail.org Git - notmuch/history - cnotmuch/message.py
Message(): add 'match' result in text output. Fix is_match to use class, not instance...
[notmuch] / cnotmuch / message.py
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...