23#ifndef MUTT_NCRYPT_SMIME_FUNCTIONS_H
24#define MUTT_NCRYPT_SMIME_FUNCTIONS_H
int smime_function_dispatcher(struct MuttWindow *win, int op)
Perform a Smime function - Implements function_dispatcher_t -.
int(* smime_function_t)(struct SmimeData *sd, int op)
Data to pass to the Smime Functions.
struct SmimeKey * key
Selected Key.
bool done
Should we close the Dialog?
struct Menu * menu
Smime Menu.
struct SmimeKey ** table
Array of Keys.
smime_function_t function
Function to call.
int op
Op code, e.g. OP_GENERIC_SELECT_ENTRY.