Prototype for a Attach Function. More...
Collaboration diagram for Attach Function API: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_exit (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| exit this menu - 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_forget_passphrase (struct AttachFunctionData *fdata, const struct KeyEvent *event) |
| wipe passphrases from memory - 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 249 of file functions.c.
Here is the call graph for this function:
|
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 313 of file functions.c.
Here is the call graph for this function:
|
static |
edit attachment content type - Implements attach_function_t -
Definition at line 393 of file functions.c.
Here is the call graph for this function:
|
static |
pipe message/attachment to a shell command - Implements attach_function_t -
Definition at line 404 of file functions.c.
Here is the call graph for this function:
|
static |
print the current entry - Implements attach_function_t -
Definition at line 417 of file functions.c.
Here is the call graph for this function:
|
static |
save message/attachment to a mailbox/file - Implements attach_function_t -
Definition at line 430 of file functions.c.
Here is the call graph for this function:
|
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 451 of file functions.c.
Here is the call graph for this function:
|
static |
view attachment using mailcap entry if necessary - Implements attach_function_t -
This function handles:
Definition at line 503 of file functions.c.
Here is the call graph for this function:
|
static |
force viewing of attachment using mailcap - Implements attach_function_t -
Definition at line 516 of file functions.c.
Here is the call graph for this function:
|
static |
view attachment in pager using copiousoutput mailcap - Implements attach_function_t -
Definition at line 529 of file functions.c.
Here is the call graph for this function:
|
static |
view attachment as text - Implements attach_function_t -
Definition at line 542 of file functions.c.
Here is the call graph for this function:
|
static |
remail a message to another user - Implements attach_function_t -
Definition at line 555 of file functions.c.
Here is the call graph for this function:
|
static |
check for classic PGP - Implements attach_function_t -
Definition at line 571 of file functions.c.
Here is the call graph for this function:
|
static |
compose new message to the current message sender - Implements attach_function_t -
Definition at line 588 of file functions.c.
Here is the call graph for this function:
|
static |
exit this menu - Implements attach_function_t -
Definition at line 604 of file functions.c.
Here is the call graph for this function:
|
static |
extract supported public keys - Implements attach_function_t -
Definition at line 626 of file functions.c.
Here is the call graph for this function:
|
static |
wipe passphrases from memory - Implements attach_function_t -
Definition at line 644 of file functions.c.
Here is the call graph for this function:
|
static |
forward a message with comments - Implements attach_function_t -
Definition at line 653 of file functions.c.
Here is the call graph for this function:
|
static |
subscribe to a mailing list - Implements attach_function_t -
Definition at line 669 of file functions.c.
Here is the call graph for this function:
|
static |
unsubscribe from a mailing list - Implements attach_function_t -
Definition at line 681 of file functions.c.
Here is the call graph for this function:
|
static |
reply to a message - Implements attach_function_t -
This function handles:
Definition at line 699 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
use the current message as a template for a new one - Implements attach_function_t -
Definition at line 725 of file functions.c.
Here is the call graph for this function:
|
static |
followup to newsgroup - Implements attach_function_t -
Definition at line 743 of file functions.c.
Here is the call graph for this function:
|
static |
forward to newsgroup - Implements attach_function_t -
Definition at line 774 of file functions.c.
Here is the call graph for this function: