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

Data to pass to the Postpone Functions. More...

#include "functions.h"

+ Collaboration diagram for PostponeData:

Data Fields

struct MailboxViewmailbox_view
 Postponed Mailbox view.
 
struct Menumenu
 Postponed Menu.
 
struct Emailemail
 Selected Email.
 
bool done
 Should we close the Dialog?
 
struct SearchStatesearch_state
 State of the current search.
 

Detailed Description

Data to pass to the Postpone Functions.

Definition at line 33 of file functions.h.

Field Documentation

◆ mailbox_view

struct MailboxView* PostponeData::mailbox_view

Postponed Mailbox view.

Definition at line 35 of file functions.h.

◆ menu

struct Menu* PostponeData::menu

Postponed Menu.

Definition at line 36 of file functions.h.

◆ email

struct Email* PostponeData::email

Selected Email.

Definition at line 37 of file functions.h.

◆ done

bool PostponeData::done

Should we close the Dialog?

Definition at line 38 of file functions.h.

◆ search_state

struct SearchState* PostponeData::search_state

State of the current search.

Definition at line 39 of file functions.h.


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