]> git.notmuchmail.org Git - notmuch/blobdiff - README
improve README example session to reflect reality
[notmuch] / README
diff --git a/README b/README
index 3b96e6483aed59c02eb2bdc4eafabc8bea2c3068..3fbdab1b89d29208bf4740ce133f8c9367a99a83 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,15 @@
 >>>from cnotmuch import notmuch
 >>>db = notmuch.Database("/home/spaetz/mail")
->>>db.get_path()
+db.get_path()
+'/home/spaetz/mail'
 >>>tags = db.get_all_tags()
+inited tags with 44762960 'Notmuch DB /home/spaetz/mail'
 >>>for tag in tags: 
 >>>  print tag
+inbox
+...
+maildir::draft
+Freeing the Tags now
 
 #---------------------------------------------