Prototype for a Compose Function. More...
Collaboration diagram for Compose Function API:Functions | |
| static int | op_attachment_attach_file (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Attach files to this message - Implements compose_function_t -. | |
| static int | op_attachment_attach_key (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Attach a PGP public key - Implements compose_function_t -. | |
| static int | op_attachment_attach_message (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Attach messages to this message - Implements compose_function_t -. | |
| static int | op_attachment_detach (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Delete the current entry - Implements compose_function_t -. | |
| static int | op_attachment_edit_content_id (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit the 'Content-ID' of the attachment - Implements compose_function_t -. | |
| static int | op_attachment_edit_description (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit attachment description - Implements compose_function_t -. | |
| static int | op_attachment_edit_encoding (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit attachment transfer-encoding - Implements compose_function_t -. | |
| static int | op_attachment_edit_language (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit the 'Content-Language' of the attachment - Implements compose_function_t -. | |
| static int | op_attachment_edit_mime (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit attachment using mailcap entry - Implements compose_function_t -. | |
| static int | op_attachment_edit_type (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Edit attachment content type - Implements compose_function_t -. | |
| static int | op_attachment_filter (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Filter attachment through a shell command - Implements compose_function_t -. | |
| static int | op_attachment_get_attachment (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Get a temporary copy of an attachment - Implements compose_function_t -. | |
| static int | op_attachment_group_alts (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Group tagged attachments as 'multipart/alternative' - Implements compose_function_t -. | |
| static int | op_attachment_group_lingual (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Group tagged attachments as 'multipart/multilingual' - Implements compose_function_t -. | |
| static int | op_attachment_group_related (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Group tagged attachments as 'multipart/related' - Implements compose_function_t -. | |
| static int | op_attachment_move_down (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Move an attachment down in the attachment list - Implements compose_function_t -. | |
| static int | op_attachment_move_up (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Move an attachment up in the attachment list - Implements compose_function_t -. | |
| static int | op_attachment_new_mime (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Compose new attachment using mailcap entry - Implements compose_function_t -. | |
| static int | op_attachment_print (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Print the current entry - Implements compose_function_t -. | |
| static int | op_attachment_rename_attachment (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Send attachment with a different name - Implements compose_function_t -. | |
| static int | op_attachment_save (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Save message/attachment to a mailbox/file - Implements compose_function_t -. | |
| static int | op_attachment_toggle_disposition (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Toggle disposition between inline/attachment - Implements compose_function_t -. | |
| static int | op_attachment_toggle_recode (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Toggle recoding of this attachment - Implements compose_function_t -. | |
| static int | op_attachment_toggle_unlink (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Toggle whether to delete file after sending it - Implements compose_function_t -. | |
| static int | op_attachment_ungroup (struct ComposeSharedData *shared, const struct KeyEvent *event) |
| Ungroup a 'multipart' attachment - Implements compose_function_t -. | |
| static int | op_attachment_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 811 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 840 of file functions.c.
Here is the call graph for this function:
|
static |
Delete the current entry - Implements compose_function_t -.
Definition at line 990 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 1026 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment description - Implements compose_function_t -.
Definition at line 1080 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment transfer-encoding - Implements compose_function_t -.
Definition at line 1112 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 1156 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 1193 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment content type - Implements compose_function_t -.
Definition at line 1212 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 1237 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 1266 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 1303 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 1318 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 1349 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 1376 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 1433 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 1468 of file functions.c.
Here is the call graph for this function:
|
static |
Print the current entry - Implements compose_function_t -.
Definition at line 1550 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 1572 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 1602 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 1624 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 1643 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 1668 of file functions.c.
Here is the call graph for this function:
|
static |
Ungroup a 'multipart' attachment - Implements compose_function_t -.
Definition at line 1685 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 1747 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 1782 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 1831 of file functions.c.
Here is the call graph for this function:
|
static |
Edit the message - Implements compose_function_t -.
Definition at line 1855 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 1878 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 1903 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 1919 of file functions.c.
Here is the call graph for this function:
|
static |
Send the message - Implements compose_function_t -.
Definition at line 1968 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 1996 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 2039 of file functions.c.
Here is the call graph for this function:
|
static |
Exit this menu - Implements compose_function_t -.
Definition at line 2087 of file functions.c.
Here is the call graph for this function:
|
static |
Wipe passphrases from memory - Implements compose_function_t -.
Definition at line 2122 of file functions.c.
Here is the call graph for this function: