]> git.notmuchmail.org Git - notmuch/blob - bindings/python/docs/source/thread.rst
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / python / docs / source / thread.rst
1 :class:`Thread` -- A single thread
2 ==================================
3
4 .. currentmodule:: notmuch
5
6 .. autoclass:: Thread
7
8   .. automethod:: get_thread_id
9
10   .. automethod:: get_total_messages
11
12   .. automethod:: get_toplevel_messages
13
14   .. automethod:: get_matched_messages
15
16   .. automethod:: get_authors
17
18   .. automethod:: get_subject
19
20   .. automethod:: get_oldest_date
21
22   .. automethod:: get_newest_date
23
24   .. automethod:: get_tags
25
26   .. automethod:: __str__