mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
README: update changelog
This commit is contained in:
parent
c4e88d3aba
commit
99a24452be
1 changed files with 8 additions and 1 deletions
9
README
9
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,10 @@ 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
|
Loading…
Reference in a new issue