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 731 of file functions.c.
|
static |
Attach a PGP public key - Implements compose_function_t -.
Definition at line 796 of file functions.c.
|
static |
Attach messages to this message - Implements compose_function_t -.
This function handles:
Definition at line 824 of file functions.c.
|
static |
Delete the current entry - Implements compose_function_t -.
Definition at line 972 of file functions.c.
|
static |
Edit the 'Content-ID' of the attachment - Implements compose_function_t -.
Definition at line 1008 of file functions.c.
|
static |
Edit attachment description - Implements compose_function_t -.
Definition at line 1061 of file functions.c.
|
static |
Edit attachment transfer-encoding - Implements compose_function_t -.
Definition at line 1092 of file functions.c.
|
static |
Edit the 'Content-Language' of the attachment - Implements compose_function_t -.
Definition at line 1135 of file functions.c.
|
static |
Edit attachment using mailcap entry - Implements compose_function_t -.
Definition at line 1171 of file functions.c.
|
static |
Edit attachment content type - Implements compose_function_t -.
Definition at line 1189 of file functions.c.
|
static |
Filter attachment through a shell command - Implements compose_function_t -.
This function handles:
Definition at line 1213 of file functions.c.
|
static |
Get a temporary copy of an attachment - Implements compose_function_t -.
Definition at line 1240 of file functions.c.
|
static |
Group tagged attachments as 'multipart/alternative' - Implements compose_function_t -.
Definition at line 1276 of file functions.c.
|
static |
Group tagged attachments as 'multipart/multilingual' - Implements compose_function_t -.
Definition at line 1290 of file functions.c.
|
static |
Group tagged attachments as 'multipart/related' - Implements compose_function_t -.
Definition at line 1320 of file functions.c.
|
static |
Move an attachment down in the attachment list - Implements compose_function_t -.
Definition at line 1346 of file functions.c.
|
static |
Move an attachment up in the attachment list - Implements compose_function_t -.
Definition at line 1401 of file functions.c.
|
static |
Compose new attachment using mailcap entry - Implements compose_function_t -.
Definition at line 1435 of file functions.c.
|
static |
Print the current entry - Implements compose_function_t -.
Definition at line 1519 of file functions.c.
|
static |
Send attachment with a different name - Implements compose_function_t -.
Definition at line 1541 of file functions.c.
|
static |
Save message/attachment to a mailbox/file - Implements compose_function_t -.
Definition at line 1570 of file functions.c.
|
static |
Toggle disposition between inline/attachment - Implements compose_function_t -.
Definition at line 1592 of file functions.c.
|
static |
Toggle recoding of this attachment - Implements compose_function_t -.
Definition at line 1607 of file functions.c.
|
static |
Toggle whether to delete file after sending it - Implements compose_function_t -.
Definition at line 1631 of file functions.c.
|
static |
Ungroup a 'multipart' attachment - Implements compose_function_t -.
Definition at line 1647 of file functions.c.
|
static |
Update an attachment's encoding info - Implements compose_function_t -.
Definition at line 1711 of file functions.c.
|
static |
Edit the message with headers - Implements compose_function_t -.
Definition at line 1745 of file functions.c.
|
static |
Edit the file to be attached - Implements compose_function_t -.
Definition at line 1792 of file functions.c.
|
static |
Edit the message - Implements compose_function_t -.
Definition at line 1816 of file functions.c.
|
static |
Run ispell on the message - Implements compose_function_t -.
Definition at line 1838 of file functions.c.
|
static |
Save this message to send later - Implements compose_function_t -.
Definition at line 1858 of file functions.c.
|
static |
Rename/move an attached file - Implements compose_function_t -.
Definition at line 1873 of file functions.c.
|
static |
Send the message - Implements compose_function_t -.
Definition at line 1922 of file functions.c.
|
static |
Write the message to a folder - Implements compose_function_t -.
Definition at line 1949 of file functions.c.
|
static |
Display message and toggle header weeding - Implements compose_function_t -.
This function handles:
Definition at line 1991 of file functions.c.
|
static |
Exit this menu - Implements compose_function_t -.
Definition at line 2038 of file functions.c.
|
static |
Wipe passphrases from memory - Implements compose_function_t -.
Definition at line 2073 of file functions.c.