Prototype for a Compose Function. More...
Collaboration diagram for Compose Function API:Functions | |
| static int | op_attach_attach_file (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Attach files to this message - Implements compose_function_t -. | |
| static int | op_attach_attach_key (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Attach a PGP public key - Implements compose_function_t -. | |
| static int | op_attach_attach_message (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Attach messages to this message - Implements compose_function_t -. | |
| static int | op_attach_detach (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Delete the current entry - Implements compose_function_t -. | |
| static int | op_attach_edit_content_id (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit the 'Content-ID' of the attachment - Implements compose_function_t -. | |
| static int | op_attach_edit_description (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit attachment description - Implements compose_function_t -. | |
| static int | op_attach_edit_encoding (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit attachment transfer-encoding - Implements compose_function_t -. | |
| static int | op_attach_edit_language (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit the 'Content-Language' of the attachment - Implements compose_function_t -. | |
| static int | op_attach_edit_mime (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit attachment using mailcap entry - Implements compose_function_t -. | |
| static int | op_attach_edit_type (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit attachment content type - Implements compose_function_t -. | |
| static int | op_attach_filter (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Filter attachment through a shell command - Implements compose_function_t -. | |
| static int | op_attach_get_attachment (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Get a temporary copy of an attachment - Implements compose_function_t -. | |
| static int | op_attach_group_alts (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Group tagged attachments as 'multipart/alternative' - Implements compose_function_t -. | |
| static int | op_attach_group_lingual (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Group tagged attachments as 'multipart/multilingual' - Implements compose_function_t -. | |
| static int | op_attach_group_related (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Group tagged attachments as 'multipart/related' - Implements compose_function_t -. | |
| static int | op_attach_move_down (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Move an attachment down in the attachment list - Implements compose_function_t -. | |
| static int | op_attach_move_up (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Move an attachment up in the attachment list - Implements compose_function_t -. | |
| static int | op_attach_new_mime (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Compose new attachment using mailcap entry - Implements compose_function_t -. | |
| static int | op_attach_print (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Print the current entry - Implements compose_function_t -. | |
| static int | op_attach_rename_attachment (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Send attachment with a different name - Implements compose_function_t -. | |
| static int | op_attach_save (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Save message/attachment to a mailbox/file - Implements compose_function_t -. | |
| static int | op_attach_toggle_disposition (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Toggle disposition between inline/attachment - Implements compose_function_t -. | |
| static int | op_attach_toggle_recode (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Toggle recoding of this attachment - Implements compose_function_t -. | |
| static int | op_attach_toggle_unlink (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Toggle whether to delete file after sending it - Implements compose_function_t -. | |
| static int | op_attach_ungroup (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Ungroup a 'multipart' attachment - Implements compose_function_t -. | |
| static int | op_attach_update_encoding (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Update an attachment's encoding info - Implements compose_function_t -. | |
| static int | op_envelope_edit_headers (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit the message with headers - Implements compose_function_t -. | |
| static int | op_compose_edit_file (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit the file to be attached - Implements compose_function_t -. | |
| static int | op_compose_edit_message (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit the message - Implements compose_function_t -. | |
| static int | op_compose_ispell (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Run ispell on the message - Implements compose_function_t -. | |
| static int | op_compose_postpone_message (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Save this message to send later - Implements compose_function_t -. | |
| static int | op_compose_rename_file (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Rename/move an attached file - Implements compose_function_t -. | |
| static int | op_compose_send_message (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Send the message - Implements compose_function_t -. | |
| static int | op_compose_write_message (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Write the message to a folder - Implements compose_function_t -. | |
| static int | op_display_headers (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Display message and toggle header weeding - Implements compose_function_t -. | |
| static int | op_exit (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Exit this menu - Implements compose_function_t -. | |
| static int | op_forget_passphrase (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Wipe passphrases from memory - Implements compose_function_t -. | |
Prototype for a Compose Function.
| shared | Shared Compose data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Attach files to this message - Implements compose_function_t -.
Definition at line 745 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 810 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 838 of file functions.c.
Here is the call graph for this function:
|
static |
Delete the current entry - Implements compose_function_t -.
Definition at line 988 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 1024 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment description - Implements compose_function_t -.
Definition at line 1078 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment transfer-encoding - Implements compose_function_t -.
Definition at line 1110 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 1154 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 1191 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment content type - Implements compose_function_t -.
Definition at line 1209 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 1233 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 1262 of file functions.c.
Here is the call graph for this function:
|
static |
Group tagged attachments as 'multipart/alternative' - Implements compose_function_t -.
Definition at line 1299 of file functions.c.
Here is the call graph for this function:
|
static |
Group tagged attachments as 'multipart/multilingual' - Implements compose_function_t -.
Definition at line 1313 of file functions.c.
Here is the call graph for this function:
|
static |
Group tagged attachments as 'multipart/related' - Implements compose_function_t -.
Definition at line 1344 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 1371 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 1427 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 1462 of file functions.c.
Here is the call graph for this function:
|
static |
Print the current entry - Implements compose_function_t -.
Definition at line 1544 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 1566 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 1596 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 1618 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 1637 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 1662 of file functions.c.
Here is the call graph for this function:
|
static |
Ungroup a 'multipart' attachment - Implements compose_function_t -.
Definition at line 1679 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 1741 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 1776 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 1825 of file functions.c.
Here is the call graph for this function:
|
static |
Edit the message - Implements compose_function_t -.
Definition at line 1849 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 1872 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 1897 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 1913 of file functions.c.
Here is the call graph for this function:
|
static |
Send the message - Implements compose_function_t -.
Definition at line 1962 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 1990 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 2033 of file functions.c.
Here is the call graph for this function:
|
static |
Exit this menu - Implements compose_function_t -.
Definition at line 2081 of file functions.c.
Here is the call graph for this function:
|
static |
Wipe passphrases from memory - Implements compose_function_t -.
Definition at line 2116 of file functions.c.
Here is the call graph for this function: