NeoMutt  2025-12-11-1031-gfb8e54
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 61 of file functions.h.

Field Documentation

◆ op

int PostponeFunction::op

Op code, e.g. OP_DELETE.

Definition at line 63 of file functions.h.

◆ function

postpone_function_t PostponeFunction::function

Function to call.

Definition at line 64 of file functions.h.


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