notmuch/cnotmuch
Sebastian Spaeth d49f956027 Implement Filenames() iterator. The API should be complete at this point.
We are still missing Database.upgrade() as I am not sure how to implement the callback, and it's not that important for now. Documentation for the new classes is written inline, but not integrated in the docs yet.
2010-03-25 12:01:20 +01:00
..
__init__.py many doc improvements, fixed at least one bug due to parameter renaming 2010-03-17 12:32:22 +01:00
database.py Implement Filenames() iterator. The API should be complete at this point. 2010-03-25 12:01:20 +01:00
globals.py Implement an Enum class and make the STATUS object one 2010-03-17 11:44:36 +01:00
message.py Implement Message().get|set_flag() 2010-03-25 08:39:21 +01:00
notmuch.py Implement Message().get|set_flag() 2010-03-25 08:39:21 +01:00
tag.py Factor Messages() and Message() out into their own file. rename tags.py to tag.py for consistency. 2010-03-24 11:32:30 +01:00
thread.py try c_long rather c_int64 for time_t 2010-03-24 11:51:12 +01:00