NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AttachPrivateData Struct Reference

Private state data for Attachments. More...

#include "private_data.h"

+ Collaboration diagram for AttachPrivateData:

Data Fields

struct Menumenu
 Current Menu.
 
struct AttachCtxactx
 List of all Attachments.
 
struct ConfigSubsetsub
 Config subset.
 
struct Mailboxmailbox
 Current Mailbox.
 
int op
 Op returned from the Pager, e.g. OP_NEXT_ENTRY.
 
bool attach_msg
 Are we in "attach message" mode?
 

Detailed Description

Private state data for Attachments.

Definition at line 35 of file private_data.h.

Field Documentation

◆ menu

struct Menu* AttachPrivateData::menu

Current Menu.

Definition at line 37 of file private_data.h.

◆ actx

struct AttachCtx* AttachPrivateData::actx

List of all Attachments.

Definition at line 38 of file private_data.h.

◆ sub

struct ConfigSubset* AttachPrivateData::sub

Config subset.

Definition at line 39 of file private_data.h.

◆ mailbox

struct Mailbox* AttachPrivateData::mailbox

Current Mailbox.

Definition at line 40 of file private_data.h.

◆ op

int AttachPrivateData::op

Op returned from the Pager, e.g. OP_NEXT_ENTRY.

Definition at line 41 of file private_data.h.

◆ attach_msg

bool AttachPrivateData::attach_msg

Are we in "attach message" mode?

Definition at line 42 of file private_data.h.


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