X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=README;h=fc5583149f7b2ae74ed74d96eb542fd92e4615f0;hp=d7107b7d3ea008abf2806fcdcaa38ff479cd7711;hb=43f7ce29d670d7ebe5791c203483fb6a668bfbe6;hpb=bb57345740da993584794d4071c63294da7beaa8 diff --git a/README b/README index d7107b7d..fc558314 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ without the documentation), you can create the documentation with sphinx installed, go to the docs directory and "make html". A static version of the documentation is available at: -`http://spaetz.bitbucket.org`_ +http://packages.python.org/cnotmuch/ The current source code is being hosted at http://bitbucket.org/spaetz/cnotmuch which also provides an issue @@ -72,3 +72,11 @@ NotmuchError: Could not open the specified database >>>tags = notmuch.Database("/home/spaetz/mail").get_all_tags() >>>del(tags) + + +Changelog +--------- +0.1 First public release +0.1.1 Fixed Database.create_query() +0.2.0 Implemented Thread() and Threads() methods +0.2.1 Implemented the remaining API methods, notably Directory() and Filenames() \ No newline at end of file