An Email conversation. More...
#include "thread.h"
Data Fields | |
| bool | check_subject: 1 |
| Should the Subject be checked? | |
| bool | deep: 1 |
| Is the Thread deeply nested? | |
| bool | duplicate_thread: 1 |
| Duplicated Email in Thread. | |
| bool | fake_thread: 1 |
| Emails grouped by Subject. | |
| bool | next_subtree_visible: 1 |
| Is the next Thread subtree visible? | |
| bool | sort_children: 1 |
| Sort the children. | |
| unsigned int | subtree_visible: 2 |
| Is this Thread subtree visible? | |
| bool | visible: 1 |
| Is this Thread visible? | |
| struct MuttThread * | parent |
| Parent of this Thread. | |
| struct MuttThread * | child |
| Child of this Thread. | |
| struct MuttThread * | next |
| Next sibling Thread. | |
| struct MuttThread * | prev |
| Previous sibling Thread. | |
| struct Email * | message |
| Email this Thread refers to. | |
| struct Email * | sort_thread_key |
| Email that controls how top thread sorts. | |
| struct Email * | sort_aux_key |
| Email that controls how subthread siblings sort. | |
| bool MuttThread::check_subject |
| bool MuttThread::duplicate_thread |
| bool MuttThread::next_subtree_visible |
| unsigned int MuttThread::subtree_visible |
| struct MuttThread* MuttThread::parent |
| struct MuttThread* MuttThread::child |
| struct MuttThread* MuttThread::next |
| struct MuttThread* MuttThread::prev |
| struct Email* MuttThread::message |
| struct Email* MuttThread::sort_thread_key |
| struct Email* MuttThread::sort_aux_key |