X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=docs%2Fsource%2Findex.rst;h=fc1d307e573d19ef2d5f4fbc82c61a1e2519852f;hp=a3bc265475bf114671bcbdf46541bc6b9fb36f68;hb=8345aab10c56dc4fe3ae7619042111524a062549;hpb=d2b4307851f184908bd8aa2217eb1a31f66f7cc7 diff --git a/docs/source/index.rst b/docs/source/index.rst index a3bc2654..fc1d307e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 -----------------------------