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 193 of file functions.c.
|
static |
Edit the CC list - Implements envelope_function_t -.
Definition at line 208 of file functions.c.
|
static |
Enter a file to save a copy of this message in - Implements envelope_function_t -.
Definition at line 223 of file functions.c.
|
static |
Edit the from field - Implements envelope_function_t -.
Definition at line 252 of file functions.c.
|
static |
Edit the Reply-To field - Implements envelope_function_t -.
Definition at line 265 of file functions.c.
|
static |
Edit the subject of this message - Implements envelope_function_t -.
Definition at line 277 of file functions.c.
|
static |
Edit the TO list - Implements envelope_function_t -.
Definition at line 303 of file functions.c.
|
static |
Show PGP options - Implements envelope_function_t -.
Definition at line 318 of file functions.c.
|
static |
Show S/MIME options - Implements envelope_function_t -.
Definition at line 356 of file functions.c.
|
static |
Show autocrypt compose menu options - Implements envelope_function_t -.
Definition at line 396 of file functions.c.
|
static |
Edit the Followup-To field - Implements envelope_function_t -.
Definition at line 434 of file functions.c.
|
static |
Edit the newsgroups list - Implements envelope_function_t -.
Definition at line 457 of file functions.c.
|
static |
Edit the X-Comment-To field - Implements envelope_function_t -.
Definition at line 480 of file functions.c.