From: Sebastian Spaeth Date: Fri, 19 Mar 2010 09:55:06 +0000 (+0100) Subject: Add Database.create_query() as a shorthand for db=Database();q=Query(db,"") X-Git-Tag: 0.3~121^2~56 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0b57cb8ed9850d1315a60ff23113e343b531170e;hp=0b57cb8ed9850d1315a60ff23113e343b531170e 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(). ---