Prototype for a Attach Function. More...
Functions | |
| static int | op_attach_collapse (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| toggle display of subparts - Implements attach_function_t - | |
| static int | op_attach_delete (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| delete the current entry - Implements attach_function_t - | |
| static int | op_attach_edit_type (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| edit attachment content type - Implements attach_function_t - | |
| static int | op_attach_pipe (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| pipe message/attachment to a shell command - Implements attach_function_t - | |
| static int | op_attach_print (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| print the current entry - Implements attach_function_t - | |
| static int | op_attach_save (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| save message/attachment to a mailbox/file - Implements attach_function_t - | |
| static int | op_attach_undelete (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| undelete the current entry - Implements attach_function_t - | |
| static int | op_attach_view (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| view attachment using mailcap entry if necessary - Implements attach_function_t - | |
| static int | op_attach_view_mailcap (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| force viewing of attachment using mailcap - Implements attach_function_t - | |
| static int | op_attach_view_pager (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| view attachment in pager using copiousoutput mailcap - Implements attach_function_t - | |
| static int | op_attach_view_text (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| view attachment as text - Implements attach_function_t - | |
| static int | op_bounce_message (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| remail a message to another user - Implements attach_function_t - | |
| static int | op_check_traditional (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| check for classic PGP - Implements attach_function_t - | |
| static int | op_compose_to_sender (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| compose new message to the current message sender - Implements attach_function_t - | |
| static int | op_quit (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| Save changes and exit this dialog - Implements attach_function_t -. | |
| static int | op_extract_keys (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| extract supported public keys - Implements attach_function_t - | |
| static int | op_forward_message (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| forward a message with comments - Implements attach_function_t - | |
| static int | op_list_subscribe (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| subscribe to a mailing list - Implements attach_function_t - | |
| static int | op_list_unsubscribe (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| unsubscribe from a mailing list - Implements attach_function_t - | |
| static int | op_reply (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| reply to a message - Implements attach_function_t - | |
| static int | op_resend (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| use the current message as a template for a new one - Implements attach_function_t - | |
| static int | op_followup (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| followup to newsgroup - Implements attach_function_t - | |
| static int | op_forward_to_group (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| forward to newsgroup - Implements attach_function_t - | |
Prototype for a Attach Function.
| fdata | Attach Function context data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
toggle display of subparts - Implements attach_function_t -
Definition at line 247 of file functions.c.
|
static |
delete the current entry - Implements attach_function_t -
Supports repeat-count: 5<delete-entry> deletes the current entry and the next 4 (only multipart attachments can be deleted; non-multipart entries in the working set are silently skipped). Overruns are silently capped at the end of the list.
Definition at line 311 of file functions.c.
|
static |
edit attachment content type - Implements attach_function_t -
Definition at line 391 of file functions.c.
|
static |
pipe message/attachment to a shell command - Implements attach_function_t -
Definition at line 402 of file functions.c.
|
static |
print the current entry - Implements attach_function_t -
Definition at line 415 of file functions.c.
|
static |
save message/attachment to a mailbox/file - Implements attach_function_t -
Definition at line 428 of file functions.c.
|
static |
undelete the current entry - Implements attach_function_t -
Supports repeat-count: 5<undelete-entry> undeletes the current entry and the next 4. Overruns are silently capped at the end of the list.
Definition at line 449 of file functions.c.
|
static |
view attachment using mailcap entry if necessary - Implements attach_function_t -
This function handles:
Definition at line 501 of file functions.c.
|
static |
force viewing of attachment using mailcap - Implements attach_function_t -
Definition at line 514 of file functions.c.
|
static |
view attachment in pager using copiousoutput mailcap - Implements attach_function_t -
Definition at line 527 of file functions.c.
|
static |
view attachment as text - Implements attach_function_t -
Definition at line 540 of file functions.c.
|
static |
remail a message to another user - Implements attach_function_t -
Definition at line 553 of file functions.c.
|
static |
check for classic PGP - Implements attach_function_t -
Definition at line 569 of file functions.c.
|
static |
compose new message to the current message sender - Implements attach_function_t -
Definition at line 586 of file functions.c.
|
static |
Save changes and exit this dialog - Implements attach_function_t -.
Definition at line 602 of file functions.c.
|
static |
extract supported public keys - Implements attach_function_t -
Definition at line 624 of file functions.c.
|
static |
forward a message with comments - Implements attach_function_t -
Definition at line 642 of file functions.c.
|
static |
subscribe to a mailing list - Implements attach_function_t -
Definition at line 658 of file functions.c.
|
static |
unsubscribe from a mailing list - Implements attach_function_t -
Definition at line 670 of file functions.c.
|
static |
reply to a message - Implements attach_function_t -
This function handles:
Definition at line 688 of file functions.c.
|
static |
use the current message as a template for a new one - Implements attach_function_t -
Definition at line 714 of file functions.c.
|
static |
followup to newsgroup - Implements attach_function_t -
Definition at line 732 of file functions.c.
|
static |
forward to newsgroup - Implements attach_function_t -
Definition at line 763 of file functions.c.