Prototype for a Compose Function. More...
Collaboration diagram for Compose Function API:Functions | |
| static int | op_attach_attach_file (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Attach files to this message - Implements compose_function_t -. | |
| static int | op_attach_attach_key (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Attach a PGP public key - Implements compose_function_t -. | |
| static int | op_attach_attach_message (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Attach messages to this message - Implements compose_function_t -. | |
| static int | op_attach_detach (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Delete the current entry - Implements compose_function_t -. | |
| static int | op_attach_edit_content_id (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit the 'Content-ID' of the attachment - Implements compose_function_t -. | |
| static int | op_attach_edit_description (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit attachment description - Implements compose_function_t -. | |
| static int | op_attach_edit_encoding (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit attachment transfer-encoding - Implements compose_function_t -. | |
| static int | op_attach_edit_language (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit the 'Content-Language' of the attachment - Implements compose_function_t -. | |
| static int | op_attach_edit_mime (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit attachment using mailcap entry - Implements compose_function_t -. | |
| static int | op_attach_edit_type (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit attachment content type - Implements compose_function_t -. | |
| static int | op_attach_filter (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Filter attachment through a shell command - Implements compose_function_t -. | |
| static int | op_attach_get_attachment (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Get a temporary copy of an attachment - Implements compose_function_t -. | |
| static int | op_attach_group_alts (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Group selected attachments as 'multipart/alternative' - Implements compose_function_t -. | |
| static int | op_attach_group_lingual (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Group selected attachments as 'multipart/multilingual' - Implements compose_function_t -. | |
| static int | op_attach_group_related (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Group selected attachments as 'multipart/related' - Implements compose_function_t -. | |
| static int | op_attach_move_down (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Move an attachment down in the attachment list - Implements compose_function_t -. | |
| static int | op_attach_move_up (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Move an attachment up in the attachment list - Implements compose_function_t -. | |
| static int | op_attach_new_mime (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Compose new attachment using mailcap entry - Implements compose_function_t -. | |
| static int | op_attach_print (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Print the current entry - Implements compose_function_t -. | |
| static int | op_attach_rename_attachment (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Send attachment with a different name - Implements compose_function_t -. | |
| static int | op_attach_save (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Save message/attachment to a mailbox/file - Implements compose_function_t -. | |
| static int | op_attach_toggle_disposition (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Toggle disposition between inline/attachment - Implements compose_function_t -. | |
| static int | op_attach_toggle_recode (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Toggle recoding of this attachment - Implements compose_function_t -. | |
| static int | op_attach_toggle_unlink (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Toggle whether to delete file after sending it - Implements compose_function_t -. | |
| static int | op_attach_ungroup (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Ungroup a 'multipart' attachment - Implements compose_function_t -. | |
| static int | op_attach_update_encoding (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Update an attachment's encoding info - Implements compose_function_t -. | |
| static int | op_envelope_edit_headers (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit the message with headers - Implements compose_function_t -. | |
| static int | op_compose_edit_file (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit the file to be attached - Implements compose_function_t -. | |
| static int | op_compose_edit_message (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Edit the message - Implements compose_function_t -. | |
| static int | op_compose_ispell (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Run ispell on the message - Implements compose_function_t -. | |
| static int | op_compose_postpone_message (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Save this message to send later - Implements compose_function_t -. | |
| static int | op_compose_rename_file (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Rename/move an attached file - Implements compose_function_t -. | |
| static int | op_compose_send_message (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Send the message - Implements compose_function_t -. | |
| static int | op_compose_write_message (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Write the message to a folder - Implements compose_function_t -. | |
| static int | op_display_headers (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Display message and toggle header weeding - Implements compose_function_t -. | |
| static int | op_exit (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Exit this menu - Implements compose_function_t -. | |
| static int | op_forget_passphrase (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Wipe passphrases from memory - Implements compose_function_t -. | |
Prototype for a Compose Function.
| fdata | Compose Function context data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Attach files to this message - Implements compose_function_t -.
Definition at line 992 of file functions.c.
Here is the call graph for this function:
|
static |
Attach a PGP public key - Implements compose_function_t -.
Definition at line 1058 of file functions.c.
Here is the call graph for this function:
|
static |
Attach messages to this message - Implements compose_function_t -.
This function handles:
Definition at line 1087 of file functions.c.
Here is the call graph for this function:
|
static |
Delete the current entry - Implements compose_function_t -.
Definition at line 1240 of file functions.c.
Here is the call graph for this function:
|
static |
Edit the 'Content-ID' of the attachment - Implements compose_function_t -.
Definition at line 1327 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment description - Implements compose_function_t -.
Definition at line 1412 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment transfer-encoding - Implements compose_function_t -.
Definition at line 1460 of file functions.c.
Here is the call graph for this function:
|
static |
Edit the 'Content-Language' of the attachment - Implements compose_function_t -.
Definition at line 1520 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment using mailcap entry - Implements compose_function_t -.
Definition at line 1573 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment content type - Implements compose_function_t -.
Definition at line 1611 of file functions.c.
Here is the call graph for this function:
|
static |
Filter attachment through a shell command - Implements compose_function_t -.
This function handles:
Definition at line 1636 of file functions.c.
Here is the call graph for this function:
|
static |
Get a temporary copy of an attachment - Implements compose_function_t -.
Definition at line 1672 of file functions.c.
Here is the call graph for this function:
|
static |
Group selected attachments as 'multipart/alternative' - Implements compose_function_t -.
Definition at line 1715 of file functions.c.
Here is the call graph for this function:
|
static |
Group selected attachments as 'multipart/multilingual' - Implements compose_function_t -.
Definition at line 1736 of file functions.c.
Here is the call graph for this function:
|
static |
Group selected attachments as 'multipart/related' - Implements compose_function_t -.
Definition at line 1777 of file functions.c.
Here is the call graph for this function:
|
static |
Move an attachment down in the attachment list - Implements compose_function_t -.
Definition at line 1812 of file functions.c.
Here is the call graph for this function:
|
static |
Move an attachment up in the attachment list - Implements compose_function_t -.
Definition at line 1872 of file functions.c.
Here is the call graph for this function:
|
static |
Compose new attachment using mailcap entry - Implements compose_function_t -.
Definition at line 1911 of file functions.c.
Here is the call graph for this function:
|
static |
Print the current entry - Implements compose_function_t -.
Definition at line 1994 of file functions.c.
Here is the call graph for this function:
|
static |
Send attachment with a different name - Implements compose_function_t -.
Definition at line 2024 of file functions.c.
Here is the call graph for this function:
|
static |
Save message/attachment to a mailbox/file - Implements compose_function_t -.
Definition at line 2055 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle disposition between inline/attachment - Implements compose_function_t -.
Definition at line 2085 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle recoding of this attachment - Implements compose_function_t -.
Definition at line 2117 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle whether to delete file after sending it - Implements compose_function_t -.
Definition at line 2169 of file functions.c.
Here is the call graph for this function:
|
static |
Ungroup a 'multipart' attachment - Implements compose_function_t -.
Definition at line 2200 of file functions.c.
Here is the call graph for this function:
|
static |
Update an attachment's encoding info - Implements compose_function_t -.
Definition at line 2263 of file functions.c.
Here is the call graph for this function:
|
static |
Edit the message with headers - Implements compose_function_t -.
Definition at line 2299 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Edit the file to be attached - Implements compose_function_t -.
Definition at line 2349 of file functions.c.
Here is the call graph for this function:
|
static |
Edit the message - Implements compose_function_t -.
Definition at line 2374 of file functions.c.
Here is the call graph for this function:
|
static |
Run ispell on the message - Implements compose_function_t -.
Definition at line 2398 of file functions.c.
Here is the call graph for this function:
|
static |
Save this message to send later - Implements compose_function_t -.
Definition at line 2424 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Rename/move an attached file - Implements compose_function_t -.
Definition at line 2441 of file functions.c.
Here is the call graph for this function:
|
static |
Send the message - Implements compose_function_t -.
Definition at line 2492 of file functions.c.
Here is the call graph for this function:
|
static |
Write the message to a folder - Implements compose_function_t -.
Definition at line 2521 of file functions.c.
Here is the call graph for this function:
|
static |
Display message and toggle header weeding - Implements compose_function_t -.
This function handles:
Definition at line 2565 of file functions.c.
Here is the call graph for this function:
|
static |
Exit this menu - Implements compose_function_t -.
Definition at line 2614 of file functions.c.
Here is the call graph for this function:
|
static |
Wipe passphrases from memory - Implements compose_function_t -.
Definition at line 2650 of file functions.c.
Here is the call graph for this function: