]> git.notmuchmail.org Git - notmuch/blobdiff - docs/source/index.rst
Implement Message.add|remove_tag() and documentation
[notmuch] / docs / source / index.rst
index a3bc265475bf114671bcbdf46541bc6b9fb36f68..5b262bba60af1d2d9f756dcf1b9dc2f8eab4148e 100644 (file)
@@ -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
 -----------------------------