From: Sebastian Spaeth Date: Mon, 15 Mar 2010 16:12:52 +0000 (+0100) Subject: improve README example session to reflect reality X-Git-Tag: 0.3~121^2~102 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=90c47567f4a165a62420a79da9a7f5b2ef8addce 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 --- 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 #---------------------------------------------