Prototype for a Envelope Function. More...
Functions | |
static int | op_envelope_edit_bcc (struct EnvelopeWindowData *wdata, int op) |
Edit the BCC list - Implements envelope_function_t -. | |
static int | op_envelope_edit_cc (struct EnvelopeWindowData *wdata, int op) |
Edit the CC list - Implements envelope_function_t -. | |
static int | op_envelope_edit_fcc (struct EnvelopeWindowData *wdata, int op) |
Enter a file to save a copy of this message in - Implements envelope_function_t -. | |
static int | op_envelope_edit_from (struct EnvelopeWindowData *wdata, int op) |
Edit the from field - Implements envelope_function_t -. | |
static int | op_envelope_edit_reply_to (struct EnvelopeWindowData *wdata, int op) |
Edit the Reply-To field - Implements envelope_function_t -. | |
static int | op_envelope_edit_subject (struct EnvelopeWindowData *wdata, int op) |
Edit the subject of this message - Implements envelope_function_t -. | |
static int | op_envelope_edit_to (struct EnvelopeWindowData *wdata, int op) |
Edit the TO list - Implements envelope_function_t -. | |
static int | op_compose_pgp_menu (struct EnvelopeWindowData *wdata, int op) |
Show PGP options - Implements envelope_function_t -. | |
static int | op_compose_smime_menu (struct EnvelopeWindowData *wdata, int op) |
Show S/MIME options - Implements envelope_function_t -. | |
static int | op_compose_autocrypt_menu (struct EnvelopeWindowData *wdata, int op) |
Show autocrypt compose menu options - Implements envelope_function_t -. | |
static int | op_envelope_edit_followup_to (struct EnvelopeWindowData *wdata, int op) |
Edit the Followup-To field - Implements envelope_function_t -. | |
static int | op_envelope_edit_newsgroups (struct EnvelopeWindowData *wdata, int op) |
Edit the newsgroups list - Implements envelope_function_t -. | |
static int | op_envelope_edit_x_comment_to (struct EnvelopeWindowData *wdata, int op) |
Edit the X-Comment-To field - Implements envelope_function_t -. | |
Prototype for a Envelope Function.
wdata | Envelope Window data |
op | Operation to perform, e.g. OP_ENVELOPE_EDIT_FROM |
enum | FunctionRetval |
|
static |
Edit the BCC list - Implements envelope_function_t -.
Definition at line 190 of file functions.c.
|
static |
Edit the CC list - Implements envelope_function_t -.
Definition at line 205 of file functions.c.
|
static |
Enter a file to save a copy of this message in - Implements envelope_function_t -.
Definition at line 220 of file functions.c.
|
static |
Edit the from field - Implements envelope_function_t -.
Definition at line 249 of file functions.c.
|
static |
Edit the Reply-To field - Implements envelope_function_t -.
Definition at line 262 of file functions.c.
|
static |
Edit the subject of this message - Implements envelope_function_t -.
Definition at line 274 of file functions.c.
|
static |
Edit the TO list - Implements envelope_function_t -.
Definition at line 300 of file functions.c.
|
static |
Show PGP options - Implements envelope_function_t -.
Definition at line 315 of file functions.c.
|
static |
Show S/MIME options - Implements envelope_function_t -.
Definition at line 353 of file functions.c.
|
static |
Show autocrypt compose menu options - Implements envelope_function_t -.
Definition at line 393 of file functions.c.
|
static |
Edit the Followup-To field - Implements envelope_function_t -.
Definition at line 431 of file functions.c.
|
static |
Edit the newsgroups list - Implements envelope_function_t -.
Definition at line 454 of file functions.c.
|
static |
Edit the X-Comment-To field - Implements envelope_function_t -.
Definition at line 477 of file functions.c.