]> git.notmuchmail.org Git - notmuch/blobdiff - docs/source/index.rst
implement Database.get_version() and Database.needs_upgrade()
[notmuch] / docs / source / index.rst
index a3bc265475bf114671bcbdf46541bc6b9fb36f68..fc1d307e573d19ef2d5f4fbc82c61a1e2519852f 100644 (file)
@@ -45,6 +45,18 @@ or::
 
    .. automethod:: get_path
 
+   .. automethod:: get_version
+
+   .. automethod:: needs_upgrade
+
+   .. automethod:: upgrade
+
+   .. automethod:: get_directory
+
+   .. automethod:: add_message
+
+   .. automethod:: remove_message
+
    .. automethod:: find_message
 
    .. automethod:: get_all_tags
@@ -99,7 +111,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
 -----------------------------