mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
27 lines
460 B
ReStructuredText
27 lines
460 B
ReStructuredText
|
: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__
|