diff --git a/cnotmuch/database.py b/cnotmuch/database.py index c815e440..1f06d433 100644 --- a/cnotmuch/database.py +++ b/cnotmuch/database.py @@ -297,6 +297,7 @@ class Database(object): """Returns a :class:`Query` derived from this database This is a shorthand method for doing:: + # short version # Automatically frees the Database() when 'q' is deleted