aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-17 17:09:58 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-17 17:09:58 +0100
commit350509028b1213402854e18b213a5a47b1dddc1c (patch)
treec2565b72e050d92f5e9f5bba660d13dc3785cc5a /docs/source
parentd2b4307851f184908bd8aa2217eb1a31f66f7cc7 (diff)
Implement Message.add|remove_tag() and documentation
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/index.rst19
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index a3bc2654..5b262bba 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -99,7 +99,24 @@ or::
----------------------------------------
.. autoclass:: Message
- :members:
+
+ .. automethod:: get_message_id
+
+ .. automethod:: get_date
+
+ .. automethod:: get_header
+
+ .. automethod:: get_filename
+
+ .. automethod:: get_tags
+
+ .. automethod:: remove_tag
+
+ .. automethod:: add_tag
+
+ .. automethod:: format_as_text
+
+ .. automethod:: __str__
:class:`Tags` -- Notmuch tags
-----------------------------