NeoMutt  2025-12-11-769-g906513
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AttachFunctionData Struct Reference

Data passed to Attach worker functions. More...

#include "functions.h"

+ Collaboration diagram for AttachFunctionData:

Data Fields

struct NeoMuttn
 NeoMutt application data.
 
struct AttachPrivateDatapriv
 Attach private data.
 

Detailed Description

Data passed to Attach worker functions.

Definition at line 32 of file functions.h.

Field Documentation

◆ n

struct NeoMutt* AttachFunctionData::n

NeoMutt application data.

Definition at line 34 of file functions.h.

◆ priv

struct AttachPrivateData* AttachFunctionData::priv

Attach private data.

Definition at line 35 of file functions.h.


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