diff options
| author | Sebastian Spaeth <sebastian@sspaeth.de> | 2010-03-17 17:09:58 +0100 |
|---|---|---|
| committer | Sebastian Spaeth <sebastian@sspaeth.de> | 2010-03-17 17:09:58 +0100 |
| commit | 350509028b1213402854e18b213a5a47b1dddc1c (patch) | |
| tree | c2565b72e050d92f5e9f5bba660d13dc3785cc5a /docs/source | |
| parent | d2b4307851f184908bd8aa2217eb1a31f66f7cc7 (diff) | |
Implement Message.add|remove_tag() and documentation
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/index.rst | 19 |
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 ----------------------------- |
