From 90c47567f4a165a62420a79da9a7f5b2ef8addce Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Mon, 15 Mar 2010 17:12:52 +0100 Subject: [PATCH] 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 --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 #--------------------------------------------- -- 2.43.0