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

A NeoMutt function. More...

#include "functions.h"

+ Collaboration diagram for IndexFunction:

Data Fields

int op
 Op code, e.g. OP_MAIN_LIMIT.
 
index_function_t function
 Function to call.
 
int flags
 Prerequisites for the function, e.g. CHECK_IN_MAILBOX.
 

Detailed Description

A NeoMutt function.

Definition at line 48 of file functions.h.

Field Documentation

◆ op

int IndexFunction::op

Op code, e.g. OP_MAIN_LIMIT.

Definition at line 50 of file functions.h.

◆ function

index_function_t IndexFunction::function

Function to call.

Definition at line 51 of file functions.h.

◆ flags

int IndexFunction::flags

Prerequisites for the function, e.g. CHECK_IN_MAILBOX.

Definition at line 52 of file functions.h.


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