Prototype for a Envelope Function. More...
Functions | |
| static int | op_envelope_edit_bcc (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the BCC list - Implements envelope_function_t -. | |
| static int | op_envelope_edit_cc (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the CC list - Implements envelope_function_t -. | |
| static int | op_envelope_edit_fcc (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Enter a file to save a copy of this message in - Implements envelope_function_t -. | |
| static int | op_envelope_edit_from (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the from field - Implements envelope_function_t -. | |
| static int | op_envelope_edit_reply_to (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the Reply-To field - Implements envelope_function_t -. | |
| static int | op_envelope_edit_subject (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the subject of this message - Implements envelope_function_t -. | |
| static int | op_envelope_edit_to (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the TO list - Implements envelope_function_t -. | |
| static int | op_compose_pgp_menu (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Show PGP options - Implements envelope_function_t -. | |
| static int | op_compose_smime_menu (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Show S/MIME options - Implements envelope_function_t -. | |
| static int | op_compose_autocrypt_menu (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Show autocrypt compose menu options - Implements envelope_function_t -. | |
| static int | op_envelope_edit_followup_to (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the Followup-To field - Implements envelope_function_t -. | |
| static int | op_envelope_edit_newsgroups (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the newsgroups list - Implements envelope_function_t -. | |
| static int | op_envelope_edit_x_comment_to (struct EnvelopeWindowData *wdata, const struct KeyEvent *event) |
| Edit the X-Comment-To field - Implements envelope_function_t -. | |
Prototype for a Envelope Function.
| wdata | Envelope Window data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Edit the BCC list - Implements envelope_function_t -.
Definition at line 196 of file functions.c.
|
static |
Edit the CC list - Implements envelope_function_t -.
Definition at line 211 of file functions.c.
|
static |
Enter a file to save a copy of this message in - Implements envelope_function_t -.
Definition at line 226 of file functions.c.
|
static |
Edit the from field - Implements envelope_function_t -.
Definition at line 255 of file functions.c.
|
static |
Edit the Reply-To field - Implements envelope_function_t -.
Definition at line 268 of file functions.c.
|
static |
Edit the subject of this message - Implements envelope_function_t -.
Definition at line 281 of file functions.c.
|
static |
Edit the TO list - Implements envelope_function_t -.
Definition at line 308 of file functions.c.
|
static |
Show PGP options - Implements envelope_function_t -.
Definition at line 323 of file functions.c.
|
static |
Show S/MIME options - Implements envelope_function_t -.
Definition at line 361 of file functions.c.
|
static |
Show autocrypt compose menu options - Implements envelope_function_t -.
Definition at line 401 of file functions.c.
|
static |
Edit the Followup-To field - Implements envelope_function_t -.
Definition at line 440 of file functions.c.
|
static |
Edit the newsgroups list - Implements envelope_function_t -.
Definition at line 464 of file functions.c.
|
static |
Edit the X-Comment-To field - Implements envelope_function_t -.
Definition at line 488 of file functions.c.