NeoMutt  2023-03-22
Teaching an old dog new tricks
DOXYGEN
AttachPrivateData Struct Reference

Private state data for Attachments. More...

#include "private_data.h"

+ Collaboration diagram for AttachPrivateData:

Data Fields

struct Menumenu
 Current Menu. More...
 
struct AttachCtxactx
 List of all Attachments. More...
 
struct ConfigSubsetsub
 Config subset. More...
 
struct Mailboxmailbox
 Current Mailbox. More...
 
int op
 Op returned from the Pager, e.g. OP_NEXT_ENTRY. More...
 

Detailed Description

Private state data for Attachments.

Definition at line 33 of file private_data.h.

Field Documentation

◆ menu

struct Menu* AttachPrivateData::menu

Current Menu.

Definition at line 35 of file private_data.h.

◆ actx

struct AttachCtx* AttachPrivateData::actx

List of all Attachments.

Definition at line 36 of file private_data.h.

◆ sub

struct ConfigSubset* AttachPrivateData::sub

Config subset.

Definition at line 37 of file private_data.h.

◆ mailbox

struct Mailbox* AttachPrivateData::mailbox

Current Mailbox.

Definition at line 38 of file private_data.h.

◆ op

int AttachPrivateData::op

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

Definition at line 39 of file private_data.h.


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