NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ThreadsContext Struct Reference

The "current" threading state. More...

#include "mutt_thread.h"

+ Collaboration diagram for ThreadsContext:

Data Fields

struct MailboxViewmailbox_view
 Current mailbox.
 
struct MuttThreadtree
 Top of thread tree.
 
struct HashTablehash
 Hash Table: "message-id" -> MuttThread.
 
enum SortType c_sort
 Last sort method.
 
enum SortType c_sort_aux
 Last sort_aux method.
 

Detailed Description

The "current" threading state.

Definition at line 42 of file mutt_thread.h.

Field Documentation

◆ mailbox_view

struct MailboxView* ThreadsContext::mailbox_view

Current mailbox.

Definition at line 44 of file mutt_thread.h.

◆ tree

struct MuttThread* ThreadsContext::tree

Top of thread tree.

Definition at line 45 of file mutt_thread.h.

◆ hash

struct HashTable* ThreadsContext::hash

Hash Table: "message-id" -> MuttThread.

Definition at line 46 of file mutt_thread.h.

◆ c_sort

enum SortType ThreadsContext::c_sort

Last sort method.

Definition at line 47 of file mutt_thread.h.

◆ c_sort_aux

enum SortType ThreadsContext::c_sort_aux

Last sort_aux method.

Definition at line 48 of file mutt_thread.h.


The documentation for this struct was generated from the following file: