]> git.notmuchmail.org Git - notmuch/commitdiff
improve README example session to reflect reality
authorSebastian Spaeth <sebastian@sspaeth.de>
Mon, 15 Mar 2010 16:12:52 +0000 (17:12 +0100)
committerSebastian Spaeth <sebastian@sspaeth.de>
Mon, 15 Mar 2010 16:12:52 +0000 (17:12 +0100)
--HG--
extra : transplant_source : %15P%B8E%1A%CE%0D%DE%CEB%E0/%E04%2B%3F%255%A1%F9

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
 
 #---------------------------------------------