23#ifndef MUTT_NCRYPT_GPGME_FUNCTIONS_H
24#define MUTT_NCRYPT_GPGME_FUNCTIONS_H
bool crypt_keys_are_valid(struct CryptKeyInfo *keys)
Are all these keys valid?
int(* gpgme_function_t)(struct GpgmeData *gd, int op)
int gpgme_function_dispatcher(struct MuttWindow *win, int op)
Perform a Gpgme function - Implements function_dispatcher_t -.
Data to pass to the Gpgme Functions.
bool * forced_valid
User insists on out-of-date key.
struct CryptKeyInfo * key
Selected Key.
struct CryptKeyInfo ** key_table
Array of Keys.
bool done
Should we close the Dialog?
struct Menu * menu
Gpgme Menu.
gpgme_function_t function
Function to call.
int op
Op code, e.g. OP_GENERIC_SELECT_ENTRY.