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

A NeoMutt function. More...

#include "functions.h"

+ Collaboration diagram for PostponeFunction:

Data Fields

int op
 Op code, e.g. OP_DELETE.
 
postpone_function_t function
 Function to call.
 

Detailed Description

A NeoMutt function.

Definition at line 57 of file functions.h.

Field Documentation

◆ op

int PostponeFunction::op

Op code, e.g. OP_DELETE.

Definition at line 59 of file functions.h.

◆ function

postpone_function_t PostponeFunction::function

Function to call.

Definition at line 60 of file functions.h.


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