#include "functions.h"
Collaboration diagram for AttachFunction:Data Fields | |
| int | op |
| Op code, e.g. OP_ATTACHMENT_COLLAPSE. | |
| attach_function_t | function |
| Function to call. | |
A NeoMutt function.
Definition at line 44 of file functions.h.
| int AttachFunction::op |
Op code, e.g. OP_ATTACHMENT_COLLAPSE.
Definition at line 46 of file functions.h.
| attach_function_t AttachFunction::function |
Function to call.
Definition at line 47 of file functions.h.