X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=README;h=3fbdab1b89d29208bf4740ce133f8c9367a99a83;hp=3b96e6483aed59c02eb2bdc4eafabc8bea2c3068;hb=3b2d73c684501e2eb906542f5081125d4e9c485d;hpb=b4fdf0ae30e0847a759c01524898d0b9d803c43b 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 #---------------------------------------------