23#ifndef MUTT_ENVELOPE_FUNCTIONS_H
24#define MUTT_ENVELOPE_FUNCTIONS_H
int(* envelope_function_t)(struct EnvelopeWindowData *wdata, int op)
void update_crypt_info(struct EnvelopeWindowData *wdata)
Update the crypto info.
A NeoMutt Envelope function.
int op
Op code, e.g. OP_ENVELOPE_EDIT_FROM.
envelope_function_t function
Function to call.
Data to fill the Envelope Window.