NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
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. More...
 
struct Menumenu
 Postponed Menu. More...
 
struct Emailemail
 Selected Email. More...
 
bool done
 Should we close the Dialog? More...
 

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.


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