23#ifndef MUTT_AUTOCRYPT_FUNCTIONS_H
24#define MUTT_AUTOCRYPT_FUNCTIONS_H
struct MenuDefinition * MdAutocrypt
Autocrypt Menu Definition.
int(* autocrypt_function_t)(struct AutocryptData *pd, const struct KeyEvent *event)
int autocrypt_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform a Autocrypt function - Implements function_dispatcher_t -.
Data to pass to the Autocrypt Functions.
autocrypt_function_t function
Function to call.
int op
Op code, e.g. OP_AUTOCRYPT_CREATE_ACCT.
An event such as a keypress.