projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b57cb8
)
docs: Add missing newline that broke formatting
author
Sebastian Spaeth
<sebastian@sspaeth.de>
Fri, 19 Mar 2010 10:01:19 +0000
(11:01 +0100)
committer
Sebastian Spaeth
<sebastian@sspaeth.de>
Fri, 19 Mar 2010 10:01:19 +0000
(11:01 +0100)
cnotmuch/database.py
patch
|
blob
|
history
diff --git
a/cnotmuch/database.py
b/cnotmuch/database.py
index c815e440364e0af2983bbb1aafb10fd1b6f16db3..1f06d433722b007798d72f9dced84fa26dcf98f3 100644
(file)
--- 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