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 /docs/source | |
| parent | f55c9af9abc7782f7bb5c5fb4e91732b18919da7 (diff) | |
fix documentations, and add a very brittle notmuch reply command
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/index.rst | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index f2b995a6..4a6c574b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,7 +7,7 @@ Welcome to :mod:`cnotmuch`'s documentation =========================================== The :mod:`cnotmuch` module provides an interface to the `notmuch <http://notmuchmail.org>`_ functionality, directly interfacing to a shared notmuch library. -The classes :class:`notmuch.Database`, :class:`notmuch.Query` provide most of the core functionality, returning :class:`notmuch.Messages` and :class:`notmuch.Tags`. +The classes :class:`notmuch.Database`, :class:`notmuch.Query` provide most of the core functionality, returning :class:`notmuch.Threads`, :class:`notmuch.Messages` and :class:`notmuch.Tags`. .. moduleauthor:: Sebastian Spaeth <Sebastian@SSpaeth.de> @@ -115,6 +115,9 @@ More information on specific topics can be found on the following pages: .. automethod:: count_messages +.. ############################################# +.. currentmodule:: cnotmuch.message + :class:`Messages` -- A bunch of messages ---------------------------------------- @@ -161,6 +164,9 @@ More information on specific topics can be found on the following pages: .. automethod:: __str__ +.. ############################################# +.. currentmodule:: cnotmuch.tag + :class:`Tags` -- Notmuch tags ----------------------------- @@ -172,7 +178,7 @@ More information on specific topics can be found on the following pages: .. automethod:: __str__ -.. ----------------------------------------------------------------- +.. ############################################# .. currentmodule:: cnotmuch.thread :class:`Threads` -- Threads iterator @@ -209,6 +215,9 @@ More information on specific topics can be found on the following pages: .. automethod:: __str__ +.. ############################################# +.. currentmodule:: cnotmuch.notmuch + :class:`Filenames` -- An iterator over filenames ------------------------------------------------ |
