NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MuttThread Struct Reference

An Email conversation. More...

#include "thread.h"

+ Collaboration diagram for MuttThread:

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 MuttThreadparent
 Parent of this Thread.
 
struct MuttThreadchild
 Child of this Thread.
 
struct MuttThreadnext
 Next sibling Thread.
 
struct MuttThreadprev
 Previous sibling Thread.
 
struct Emailmessage
 Email this Thread refers to.
 
struct Emailsort_thread_key
 Email that controls how top thread sorts.
 
struct Emailsort_aux_key
 Email that controls how subthread siblings sort.
 

Detailed Description

An Email conversation.

Definition at line 33 of file thread.h.

Field Documentation

◆ check_subject

bool MuttThread::check_subject

Should the Subject be checked?

Definition at line 35 of file thread.h.

◆ deep

bool MuttThread::deep

Is the Thread deeply nested?

Definition at line 36 of file thread.h.

◆ duplicate_thread

bool MuttThread::duplicate_thread

Duplicated Email in Thread.

Definition at line 37 of file thread.h.

◆ fake_thread

bool MuttThread::fake_thread

Emails grouped by Subject.

Definition at line 38 of file thread.h.

◆ next_subtree_visible

bool MuttThread::next_subtree_visible

Is the next Thread subtree visible?

Definition at line 39 of file thread.h.

◆ sort_children

bool MuttThread::sort_children

Sort the children.

Definition at line 40 of file thread.h.

◆ subtree_visible

unsigned int MuttThread::subtree_visible

Is this Thread subtree visible?

Definition at line 41 of file thread.h.

◆ visible

bool MuttThread::visible

Is this Thread visible?

Definition at line 42 of file thread.h.

◆ parent

struct MuttThread* MuttThread::parent

Parent of this Thread.

Definition at line 44 of file thread.h.

◆ child

struct MuttThread* MuttThread::child

Child of this Thread.

Definition at line 45 of file thread.h.

◆ next

struct MuttThread* MuttThread::next

Next sibling Thread.

Definition at line 46 of file thread.h.

◆ prev

struct MuttThread* MuttThread::prev

Previous sibling Thread.

Definition at line 47 of file thread.h.

◆ message

struct Email* MuttThread::message

Email this Thread refers to.

Definition at line 49 of file thread.h.

◆ sort_thread_key

struct Email* MuttThread::sort_thread_key

Email that controls how top thread sorts.

Definition at line 50 of file thread.h.

◆ sort_aux_key

struct Email* MuttThread::sort_aux_key

Email that controls how subthread siblings sort.

Definition at line 51 of file thread.h.


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