#include "functions.h"
Data Fields | |
int | op |
Op code, e.g. OP_DELETE. | |
postpone_function_t | function |
Function to call. | |
A NeoMutt function.
Definition at line 57 of file functions.h.
int PostponeFunction::op |
Op code, e.g. OP_DELETE.
Definition at line 59 of file functions.h.
postpone_function_t PostponeFunction::function |
Function to call.
Definition at line 60 of file functions.h.