aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/docs/source/thread.rst
blob: 406787252e18359e95a971c8df5aee79bb38f477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
: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__