2012-02-24 01:34:15 +01:00
|
|
|
Welcome to :mod:`notmuch`'s documentation
|
|
|
|
=========================================
|
2010-03-16 20:36:04 +01:00
|
|
|
|
2010-04-19 21:25:05 +02:00
|
|
|
.. currentmodule:: notmuch
|
2010-03-16 20:36:04 +01:00
|
|
|
|
2012-02-24 01:34:15 +01:00
|
|
|
The :mod:`notmuch` module provides an interface to the `notmuch
|
|
|
|
<http://notmuchmail.org>`_ functionality, directly interfacing to a
|
|
|
|
shared notmuch library. Within :mod:`notmuch`, the classes
|
|
|
|
:class:`Database`, :class:`Query` provide most of the core
|
|
|
|
functionality, returning :class:`Threads`, :class:`Messages` and
|
|
|
|
:class:`Tags`.
|
2010-03-16 20:36:04 +01:00
|
|
|
|
|
|
|
.. moduleauthor:: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
|
|
|
2010-03-16 20:54:43 +01:00
|
|
|
:License: This module is covered under the GNU GPL v3 (or later).
|
2010-03-16 20:36:04 +01:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2012-02-24 01:18:54 +01:00
|
|
|
quickstart
|
2012-02-24 01:30:04 +01:00
|
|
|
notes
|
2011-06-16 15:41:48 +02:00
|
|
|
status_and_errors
|
2012-02-24 01:34:15 +01:00
|
|
|
database
|
|
|
|
query
|
|
|
|
messages
|
|
|
|
message
|
|
|
|
tags
|
|
|
|
threads
|
|
|
|
thread
|
|
|
|
filesystem
|
2010-03-16 20:36:04 +01:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|