The "current" threading state. More...
#include "mutt_thread.h"
Data Fields | |
struct MailboxView * | mailbox_view |
Current mailbox. | |
struct MuttThread * | tree |
Top of thread tree. | |
struct HashTable * | hash |
Hash Table: "message-id" -> MuttThread. | |
enum SortType | c_sort |
Last sort method. | |
enum SortType | c_sort_aux |
Last sort_aux method. | |
The "current" threading state.
Definition at line 42 of file mutt_thread.h.
struct MailboxView* ThreadsContext::mailbox_view |
Current mailbox.
Definition at line 44 of file mutt_thread.h.
struct MuttThread* ThreadsContext::tree |
Top of thread tree.
Definition at line 45 of file mutt_thread.h.
struct HashTable* ThreadsContext::hash |
Hash Table: "message-id" -> MuttThread.
Definition at line 46 of file mutt_thread.h.
enum SortType ThreadsContext::c_sort |
Last sort method.
Definition at line 47 of file mutt_thread.h.
enum SortType ThreadsContext::c_sort_aux |
Last sort_aux method.
Definition at line 48 of file mutt_thread.h.