X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=setup.py;h=ad411c016efb20fc1e226b9d6a35d0e2e466a789;hp=22d44d3eb6e21eed04ad9ec47f83410263d3963d;hb=9058e3d1b55ed35cda2df6426578435934af19de;hpb=2dd0cf8f5bbf63c0e0a423344de95e9d433bf7af diff --git a/setup.py b/setup.py index 22d44d3e..ad411c01 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup(name='cnotmuch', keywords = ["library", "email"], long_description="""The cnotmuch module provides an interface to the `notmuch `_ 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 `_. +The documentation for the latest cnotmuch release can be `viewed online `_. The classes notmuch.Database, notmuch.Query provide most of the core functionality, returning notmuch.Messages and notmuch.Tags. """,