notmuch/cnotmuch
Sebastian Spaeth 0b57cb8ed9 Add Database.create_query() as a shorthand for db=Database();q=Query(db,"")
This is a convenience extension to the C API. I hardly saves any typing, but
let's us automatically free the top-level Database() object when we delete
the Query().
2010-03-19 10:55:06 +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 Add Database.create_query() as a shorthand for db=Database();q=Query(db,"") 2010-03-19 10:55:06 +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