NeoMutt  2024-04-25-102-g19653a
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EnvelopeFunction Struct Reference

A NeoMutt Envelope function. More...

#include "functions.h"

+ Collaboration diagram for EnvelopeFunction:

Data Fields

int op
 Op code, e.g. OP_ENVELOPE_EDIT_FROM.
 
envelope_function_t function
 Function to call.
 

Detailed Description

A NeoMutt Envelope function.

Definition at line 43 of file functions.h.

Field Documentation

◆ op

int EnvelopeFunction::op

Op code, e.g. OP_ENVELOPE_EDIT_FROM.

Definition at line 45 of file functions.h.

◆ function

envelope_function_t EnvelopeFunction::function

Function to call.

Definition at line 46 of file functions.h.


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