NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HistoryFunction Struct Reference

A NeoMutt function. More...

#include "functions.h"

Collaboration diagram for HistoryFunction:

Data Fields

int op
 Op code, e.g. OP_GENERIC_SELECT_ENTRY.
history_function_t function
 Function to call.

Detailed Description

A NeoMutt function.

Definition at line 61 of file functions.h.

Field Documentation

◆ op

int HistoryFunction::op

Op code, e.g. OP_GENERIC_SELECT_ENTRY.

Definition at line 63 of file functions.h.

◆ function

history_function_t HistoryFunction::function

Function to call.

Definition at line 64 of file functions.h.


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