Prototype for a Compose Function. More...
Functions | |
static int | op_attachment_attach_file (struct ComposeSharedData *shared, int op) |
Attach files to this message - Implements compose_function_t -. | |
static int | op_attachment_attach_key (struct ComposeSharedData *shared, int op) |
Attach a PGP public key - Implements compose_function_t -. | |
static int | op_attachment_attach_message (struct ComposeSharedData *shared, int op) |
Attach messages to this message - Implements compose_function_t -. | |
static int | op_attachment_detach (struct ComposeSharedData *shared, int op) |
Delete the current entry - Implements compose_function_t -. | |
static int | op_attachment_edit_content_id (struct ComposeSharedData *shared, int op) |
Edit the 'Content-ID' of the attachment - Implements compose_function_t -. | |
static int | op_attachment_edit_description (struct ComposeSharedData *shared, int op) |
Edit attachment description - Implements compose_function_t -. | |
static int | op_attachment_edit_encoding (struct ComposeSharedData *shared, int op) |
Edit attachment transfer-encoding - Implements compose_function_t -. | |
static int | op_attachment_edit_language (struct ComposeSharedData *shared, int op) |
Edit the 'Content-Language' of the attachment - Implements compose_function_t -. | |
static int | op_attachment_edit_mime (struct ComposeSharedData *shared, int op) |
Edit attachment using mailcap entry - Implements compose_function_t -. | |
static int | op_attachment_edit_type (struct ComposeSharedData *shared, int op) |
Edit attachment content type - Implements compose_function_t -. | |
static int | op_attachment_filter (struct ComposeSharedData *shared, int op) |
Filter attachment through a shell command - Implements compose_function_t -. | |
static int | op_attachment_get_attachment (struct ComposeSharedData *shared, int op) |
Get a temporary copy of an attachment - Implements compose_function_t -. | |
static int | op_attachment_group_alts (struct ComposeSharedData *shared, int op) |
Group tagged attachments as 'multipart/alternative' - Implements compose_function_t -. | |
static int | op_attachment_group_lingual (struct ComposeSharedData *shared, int op) |
Group tagged attachments as 'multipart/multilingual' - Implements compose_function_t -. | |
static int | op_attachment_group_related (struct ComposeSharedData *shared, int op) |
Group tagged attachments as 'multipart/related' - Implements compose_function_t -. | |
static int | op_attachment_move_down (struct ComposeSharedData *shared, int op) |
Move an attachment down in the attachment list - Implements compose_function_t -. | |
static int | op_attachment_move_up (struct ComposeSharedData *shared, int op) |
Move an attachment up in the attachment list - Implements compose_function_t -. | |
static int | op_attachment_new_mime (struct ComposeSharedData *shared, int op) |
Compose new attachment using mailcap entry - Implements compose_function_t -. | |
static int | op_attachment_print (struct ComposeSharedData *shared, int op) |
Print the current entry - Implements compose_function_t -. | |
static int | op_attachment_rename_attachment (struct ComposeSharedData *shared, int op) |
Send attachment with a different name - Implements compose_function_t -. | |
static int | op_attachment_save (struct ComposeSharedData *shared, int op) |
Save message/attachment to a mailbox/file - Implements compose_function_t -. | |
static int | op_attachment_toggle_disposition (struct ComposeSharedData *shared, int op) |
Toggle disposition between inline/attachment - Implements compose_function_t -. | |
static int | op_attachment_toggle_recode (struct ComposeSharedData *shared, int op) |
Toggle recoding of this attachment - Implements compose_function_t -. | |
static int | op_attachment_toggle_unlink (struct ComposeSharedData *shared, int op) |
Toggle whether to delete file after sending it - Implements compose_function_t -. | |
static int | op_attachment_ungroup (struct ComposeSharedData *shared, int op) |
Ungroup a 'multipart' attachment - Implements compose_function_t -. | |
static int | op_attachment_update_encoding (struct ComposeSharedData *shared, int op) |
Update an attachment's encoding info - Implements compose_function_t -. | |
static int | op_envelope_edit_headers (struct ComposeSharedData *shared, int op) |
Edit the message with headers - Implements compose_function_t -. | |
static int | op_compose_edit_file (struct ComposeSharedData *shared, int op) |
Edit the file to be attached - Implements compose_function_t -. | |
static int | op_compose_edit_message (struct ComposeSharedData *shared, int op) |
Edit the message - Implements compose_function_t -. | |
static int | op_compose_ispell (struct ComposeSharedData *shared, int op) |
Run ispell on the message - Implements compose_function_t -. | |
static int | op_compose_postpone_message (struct ComposeSharedData *shared, int op) |
Save this message to send later - Implements compose_function_t -. | |
static int | op_compose_rename_file (struct ComposeSharedData *shared, int op) |
Rename/move an attached file - Implements compose_function_t -. | |
static int | op_compose_send_message (struct ComposeSharedData *shared, int op) |
Send the message - Implements compose_function_t -. | |
static int | op_compose_write_message (struct ComposeSharedData *shared, int op) |
Write the message to a folder - Implements compose_function_t -. | |
static int | op_display_headers (struct ComposeSharedData *shared, int op) |
Display message and toggle header weeding - Implements compose_function_t -. | |
static int | op_exit (struct ComposeSharedData *shared, int op) |
Exit this menu - Implements compose_function_t -. | |
static int | op_forget_passphrase (struct ComposeSharedData *shared, int op) |
Wipe passphrases from memory - Implements compose_function_t -. | |
Prototype for a Compose Function.
shared | Shared Compose data |
op | Operation to perform, e.g. OP_COMPOSE_WRITE_MESSAGE |
enum | FunctionRetval |
|
static |
Attach files to this message - Implements compose_function_t -.
Definition at line 722 of file functions.c.
|
static |
Attach a PGP public key - Implements compose_function_t -.
Definition at line 787 of file functions.c.
|
static |
Attach messages to this message - Implements compose_function_t -.
This function handles:
Definition at line 815 of file functions.c.
|
static |
Delete the current entry - Implements compose_function_t -.
Definition at line 963 of file functions.c.
|
static |
Edit the 'Content-ID' of the attachment - Implements compose_function_t -.
Definition at line 999 of file functions.c.
|
static |
Edit attachment description - Implements compose_function_t -.
Definition at line 1052 of file functions.c.
|
static |
Edit attachment transfer-encoding - Implements compose_function_t -.
Definition at line 1083 of file functions.c.
|
static |
Edit the 'Content-Language' of the attachment - Implements compose_function_t -.
Definition at line 1126 of file functions.c.
|
static |
Edit attachment using mailcap entry - Implements compose_function_t -.
Definition at line 1162 of file functions.c.
|
static |
Edit attachment content type - Implements compose_function_t -.
Definition at line 1180 of file functions.c.
|
static |
Filter attachment through a shell command - Implements compose_function_t -.
This function handles:
Definition at line 1204 of file functions.c.
|
static |
Get a temporary copy of an attachment - Implements compose_function_t -.
Definition at line 1231 of file functions.c.
|
static |
Group tagged attachments as 'multipart/alternative' - Implements compose_function_t -.
Definition at line 1267 of file functions.c.
|
static |
Group tagged attachments as 'multipart/multilingual' - Implements compose_function_t -.
Definition at line 1281 of file functions.c.
|
static |
Group tagged attachments as 'multipart/related' - Implements compose_function_t -.
Definition at line 1311 of file functions.c.
|
static |
Move an attachment down in the attachment list - Implements compose_function_t -.
Definition at line 1343 of file functions.c.
|
static |
Move an attachment up in the attachment list - Implements compose_function_t -.
Definition at line 1398 of file functions.c.
|
static |
Compose new attachment using mailcap entry - Implements compose_function_t -.
Definition at line 1432 of file functions.c.
|
static |
Print the current entry - Implements compose_function_t -.
Definition at line 1516 of file functions.c.
|
static |
Send attachment with a different name - Implements compose_function_t -.
Definition at line 1538 of file functions.c.
|
static |
Save message/attachment to a mailbox/file - Implements compose_function_t -.
Definition at line 1567 of file functions.c.
|
static |
Toggle disposition between inline/attachment - Implements compose_function_t -.
Definition at line 1589 of file functions.c.
|
static |
Toggle recoding of this attachment - Implements compose_function_t -.
Definition at line 1604 of file functions.c.
|
static |
Toggle whether to delete file after sending it - Implements compose_function_t -.
Definition at line 1628 of file functions.c.
|
static |
Ungroup a 'multipart' attachment - Implements compose_function_t -.
Definition at line 1644 of file functions.c.
|
static |
Update an attachment's encoding info - Implements compose_function_t -.
Definition at line 1708 of file functions.c.
|
static |
Edit the message with headers - Implements compose_function_t -.
Definition at line 1742 of file functions.c.
|
static |
Edit the file to be attached - Implements compose_function_t -.
Definition at line 1789 of file functions.c.
|
static |
Edit the message - Implements compose_function_t -.
Definition at line 1813 of file functions.c.
|
static |
Run ispell on the message - Implements compose_function_t -.
Definition at line 1835 of file functions.c.
|
static |
Save this message to send later - Implements compose_function_t -.
Definition at line 1855 of file functions.c.
|
static |
Rename/move an attached file - Implements compose_function_t -.
Definition at line 1870 of file functions.c.
|
static |
Send the message - Implements compose_function_t -.
Definition at line 1919 of file functions.c.
|
static |
Write the message to a folder - Implements compose_function_t -.
Definition at line 1951 of file functions.c.
|
static |
Display message and toggle header weeding - Implements compose_function_t -.
This function handles:
Definition at line 1990 of file functions.c.
|
static |
Exit this menu - Implements compose_function_t -.
Definition at line 2004 of file functions.c.
|
static |
Wipe passphrases from memory - Implements compose_function_t -.
Definition at line 2039 of file functions.c.