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

A NeoMutt function. More...

#include "smime_functions.h"

+ Collaboration diagram for SmimeFunction:

Data Fields

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

Detailed Description

A NeoMutt function.

Definition at line 56 of file smime_functions.h.

Field Documentation

◆ op

int SmimeFunction::op

Op code, e.g. OP_GENERIC_SELECT_ENTRY.

Definition at line 58 of file smime_functions.h.

◆ function

smime_function_t SmimeFunction::function

Function to call.

Definition at line 59 of file smime_functions.h.


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