Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 460 Bytes

thread.rst

File metadata and controls

26 lines (14 loc) · 460 Bytes

:class:`Thread` -- A single thread

.. currentmodule:: notmuch

.. autoclass:: Thread

  .. automethod:: get_thread_id

  .. automethod:: get_total_messages

  .. automethod:: get_toplevel_messages

  .. automethod:: get_matched_messages

  .. automethod:: get_authors

  .. automethod:: get_subject

  .. automethod:: get_oldest_date

  .. automethod:: get_newest_date

  .. automethod:: get_tags

  .. automethod:: __str__