]> git.notmuchmail.org Git - notmuch/blobdiff - docs/source/index.rst
fix documentations, and add a very brittle notmuch reply command
[notmuch] / docs / source / index.rst
index f2b995a63ca6fb8062d548543ef111d92ccaf919..4a6c574bdc85a8e1952be76f29b16d8fc8f7b5b2 100644 (file)
@@ -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
 ------------------------------------------------