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 -. | |
static int | op_compose_mix (struct EnvelopeWindowData *wdata, int op) |
Send the message through a mixmaster remailer chain - 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 192 of file functions.c.
|
static |
Edit the CC list - Implements envelope_function_t -.
Definition at line 207 of file functions.c.
|
static |
Enter a file to save a copy of this message in - Implements envelope_function_t -.
Definition at line 222 of file functions.c.
|
static |
Edit the from field - Implements envelope_function_t -.
Definition at line 251 of file functions.c.
|
static |
Edit the Reply-To field - Implements envelope_function_t -.
Definition at line 264 of file functions.c.
|
static |
Edit the subject of this message - Implements envelope_function_t -.
Definition at line 276 of file functions.c.
|
static |
Edit the TO list - Implements envelope_function_t -.
Definition at line 302 of file functions.c.
|
static |
Show PGP options - Implements envelope_function_t -.
Definition at line 317 of file functions.c.
|
static |
Show S/MIME options - Implements envelope_function_t -.
Definition at line 355 of file functions.c.
|
static |
Show autocrypt compose menu options - Implements envelope_function_t -.
Definition at line 395 of file functions.c.
|
static |
Edit the Followup-To field - Implements envelope_function_t -.
Definition at line 433 of file functions.c.
|
static |
Edit the newsgroups list - Implements envelope_function_t -.
Definition at line 456 of file functions.c.
|
static |
Edit the X-Comment-To field - Implements envelope_function_t -.
Definition at line 479 of file functions.c.
|
static |
Send the message through a mixmaster remailer chain - Implements envelope_function_t -.
Definition at line 504 of file functions.c.