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