diff options
| author | Sebastian Spaeth <sebastian@sspaeth.de> | 2010-03-24 17:18:33 +0100 |
|---|---|---|
| committer | Sebastian Spaeth <sebastian@sspaeth.de> | 2010-03-24 17:18:33 +0100 |
| commit | 9058e3d1b55ed35cda2df6426578435934af19de (patch) | |
| tree | e0fd5b4898272786ebb09d2d330ebf05cf2931c2 /setup.py | |
| parent | f55c9af9abc7782f7bb5c5fb4e91732b18919da7 (diff) | |
fix documentations, and add a very brittle notmuch reply command
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ setup(name='cnotmuch', keywords = ["library", "email"], long_description="""The cnotmuch module provides an interface to the `notmuch <http://notmuchmail.org>`_ functionality, directly interfacing with a shared notmuch library. Notmuch provides a maildatabase that allows for extremely quick searching and filtering of your email according to various criteria. -The documentation for the latest cnotmuch release can be `viewed online <http://spaetz.bitbucket.org/>`_. +The documentation for the latest cnotmuch release can be `viewed online <http://packages.python.org/cnotmuch>`_. The classes notmuch.Database, notmuch.Query provide most of the core functionality, returning notmuch.Messages and notmuch.Tags. """, |
