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_quit (struct ComposeFunctionData *fdata, const struct KeyEvent *event) |
| Save changes and exit this dialog - 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 1023 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 1089 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 1118 of file functions.c.
Here is the call graph for this function:
|
static |
Delete the current entry - Implements compose_function_t -.
Definition at line 1271 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 1361 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment description - Implements compose_function_t -.
Definition at line 1449 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment transfer-encoding - Implements compose_function_t -.
Definition at line 1500 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 1563 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 1619 of file functions.c.
Here is the call graph for this function:
|
static |
Edit attachment content type - Implements compose_function_t -.
Definition at line 1660 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 1685 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 1724 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 1770 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 1791 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 1832 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 1867 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 1927 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 1966 of file functions.c.
Here is the call graph for this function:
|
static |
Print the current entry - Implements compose_function_t -.
Definition at line 2049 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 2082 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 2113 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 2146 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 2183 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 2238 of file functions.c.
Here is the call graph for this function:
|
static |
Ungroup a 'multipart' attachment - Implements compose_function_t -.
Definition at line 2274 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 2337 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 2376 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 2426 of file functions.c.
Here is the call graph for this function:
|
static |
Edit the message - Implements compose_function_t -.
Definition at line 2451 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 2475 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 2501 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 2518 of file functions.c.
Here is the call graph for this function:
|
static |
Send the message - Implements compose_function_t -.
Definition at line 2569 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 2598 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 2642 of file functions.c.
Here is the call graph for this function:
|
static |
Save changes and exit this dialog - Implements compose_function_t -.
Definition at line 2691 of file functions.c.
Here is the call graph for this function: