Prototype for an Attachment Function. More...
Functions | |
static int | op_attachment_collapse (struct AttachPrivateData *priv, int op) |
toggle display of subparts - Implements attach_function_t - | |
static int | op_attachment_delete (struct AttachPrivateData *priv, int op) |
delete the current entry - Implements attach_function_t - | |
static int | op_attachment_edit_type (struct AttachPrivateData *priv, int op) |
edit attachment content type - Implements attach_function_t - | |
static int | op_attachment_pipe (struct AttachPrivateData *priv, int op) |
pipe message/attachment to a shell command - Implements attach_function_t - | |
static int | op_attachment_print (struct AttachPrivateData *priv, int op) |
print the current entry - Implements attach_function_t - | |
static int | op_attachment_save (struct AttachPrivateData *priv, int op) |
save message/attachment to a mailbox/file - Implements attach_function_t - | |
static int | op_attachment_undelete (struct AttachPrivateData *priv, int op) |
undelete the current entry - Implements attach_function_t - | |
static int | op_attachment_view (struct AttachPrivateData *priv, int op) |
view attachment using mailcap entry if necessary - Implements attach_function_t - | |
static int | op_attachment_view_mailcap (struct AttachPrivateData *priv, int op) |
force viewing of attachment using mailcap - Implements attach_function_t - | |
static int | op_attachment_view_pager (struct AttachPrivateData *priv, int op) |
view attachment in pager using copiousoutput mailcap - Implements attach_function_t - | |
static int | op_attachment_view_text (struct AttachPrivateData *priv, int op) |
view attachment as text - Implements attach_function_t - | |
static int | op_bounce_message (struct AttachPrivateData *priv, int op) |
remail a message to another user - Implements attach_function_t - | |
static int | op_check_traditional (struct AttachPrivateData *priv, int op) |
check for classic PGP - Implements attach_function_t - | |
static int | op_compose_to_sender (struct AttachPrivateData *priv, int op) |
compose new message to the current message sender - Implements attach_function_t - | |
static int | op_exit (struct AttachPrivateData *priv, int op) |
exit this menu - Implements attach_function_t - | |
static int | op_extract_keys (struct AttachPrivateData *priv, int op) |
extract supported public keys - Implements attach_function_t - | |
static int | op_forget_passphrase (struct AttachPrivateData *priv, int op) |
wipe passphrases from memory - Implements attach_function_t - | |
static int | op_forward_message (struct AttachPrivateData *priv, int op) |
forward a message with comments - Implements attach_function_t - | |
static int | op_list_subscribe (struct AttachPrivateData *priv, int op) |
subscribe to a mailing list - Implements attach_function_t - | |
static int | op_list_unsubscribe (struct AttachPrivateData *priv, int op) |
unsubscribe from a mailing list - Implements attach_function_t - | |
static int | op_reply (struct AttachPrivateData *priv, int op) |
reply to a message - Implements attach_function_t - | |
static int | op_resend (struct AttachPrivateData *priv, int op) |
use the current message as a template for a new one - Implements attach_function_t - | |
static int | op_followup (struct AttachPrivateData *priv, int op) |
followup to newsgroup - Implements attach_function_t - | |
static int | op_forward_to_group (struct AttachPrivateData *priv, int op) |
forward to newsgroup - Implements attach_function_t - | |
Prototype for an Attachment Function.
priv | Private Attach data |
op | Operation to perform, e.g. OP_ATTACHMENT_COLLAPSE |
enum | FunctionRetval |
|
static |
toggle display of subparts - Implements attach_function_t -
Definition at line 251 of file functions.c.
|
static |
delete the current entry - Implements attach_function_t -
Definition at line 267 of file functions.c.
|
static |
edit attachment content type - Implements attach_function_t -
Definition at line 343 of file functions.c.
|
static |
pipe message/attachment to a shell command - Implements attach_function_t -
Definition at line 353 of file functions.c.
|
static |
print the current entry - Implements attach_function_t -
Definition at line 364 of file functions.c.
|
static |
save message/attachment to a mailbox/file - Implements attach_function_t -
Definition at line 375 of file functions.c.
|
static |
undelete the current entry - Implements attach_function_t -
Definition at line 391 of file functions.c.
|
static |
view attachment using mailcap entry if necessary - Implements attach_function_t -
Definition at line 429 of file functions.c.
|
static |
force viewing of attachment using mailcap - Implements attach_function_t -
Definition at line 441 of file functions.c.
|
static |
view attachment in pager using copiousoutput mailcap - Implements attach_function_t -
Definition at line 453 of file functions.c.
|
static |
view attachment as text - Implements attach_function_t -
Definition at line 465 of file functions.c.
|
static |
remail a message to another user - Implements attach_function_t -
Definition at line 477 of file functions.c.
|
static |
check for classic PGP - Implements attach_function_t -
Definition at line 491 of file functions.c.
|
static |
compose new message to the current message sender - Implements attach_function_t -
Definition at line 505 of file functions.c.
|
static |
exit this menu - Implements attach_function_t -
Definition at line 518 of file functions.c.
|
static |
extract supported public keys - Implements attach_function_t -
Definition at line 539 of file functions.c.
|
static |
wipe passphrases from memory - Implements attach_function_t -
Definition at line 553 of file functions.c.
|
static |
forward a message with comments - Implements attach_function_t -
Definition at line 562 of file functions.c.
|
static |
subscribe to a mailing list - Implements attach_function_t -
Definition at line 576 of file functions.c.
|
static |
unsubscribe from a mailing list - Implements attach_function_t -
Definition at line 586 of file functions.c.
|
static |
reply to a message - Implements attach_function_t -
Definition at line 596 of file functions.c.
|
static |
use the current message as a template for a new one - Implements attach_function_t -
Definition at line 619 of file functions.c.
|
static |
followup to newsgroup - Implements attach_function_t -
Definition at line 635 of file functions.c.
|
static |
forward to newsgroup - Implements attach_function_t -
Definition at line 658 of file functions.c.