aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-15 17:12:52 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-15 17:12:52 +0100
commit90c47567f4a165a62420a79da9a7f5b2ef8addce (patch)
tree69e213839c204219c2f4ec0da6ca2d05b9cfad18
parent632762cd1af790875c69e8dad4c2221af4b80663 (diff)
improve README example session to reflect reality
--HG-- extra : transplant_source : %15P%B8E%1A%CE%0D%DE%CEB%E0/%E04%2B%3F%255%A1%F9
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 3b96e648..3fbdab1b 100644
--- 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
#---------------------------------------------