notmuch/cnotmuch
Sebastian Spaeth 63c5a6d77d Fix Database().create_query() to actually initialize the Query with the correct object.
We were passing the internal pointer to the notmuch_database_t object to Query(), but it should be initialized with the Database() object itself. This rightfully raised an exception. Yay, for thorough sanity checking.
2010-03-22 11:19:51 +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 Fix Database().create_query() to actually initialize the Query with the correct object. 2010-03-22 11:19:51 +01:00
globals.py Implement an Enum class and make the STATUS object one 2010-03-17 11:44:36 +01:00
notmuch.py Implement Message.add|remove_tag() and documentation 2010-03-17 17:09:58 +01:00