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 252 of file functions.c.
|
static |
delete the current entry - Implements attach_function_t -
Definition at line 268 of file functions.c.
|
static |
edit attachment content type - Implements attach_function_t -
Definition at line 344 of file functions.c.
|
static |
pipe message/attachment to a shell command - Implements attach_function_t -
Definition at line 354 of file functions.c.
|
static |
print the current entry - Implements attach_function_t -
Definition at line 365 of file functions.c.
|
static |
save message/attachment to a mailbox/file - Implements attach_function_t -
Definition at line 376 of file functions.c.
|
static |
undelete the current entry - Implements attach_function_t -
Definition at line 392 of file functions.c.
|
static |
view attachment using mailcap entry if necessary - Implements attach_function_t -
Definition at line 430 of file functions.c.
|
static |
force viewing of attachment using mailcap - Implements attach_function_t -
Definition at line 442 of file functions.c.
|
static |
view attachment in pager using copiousoutput mailcap - Implements attach_function_t -
Definition at line 454 of file functions.c.
|
static |
view attachment as text - Implements attach_function_t -
Definition at line 466 of file functions.c.
|
static |
remail a message to another user - Implements attach_function_t -
Definition at line 478 of file functions.c.
|
static |
check for classic PGP - Implements attach_function_t -
Definition at line 492 of file functions.c.
|
static |
compose new message to the current message sender - Implements attach_function_t -
Definition at line 506 of file functions.c.
|
static |
exit this menu - Implements attach_function_t -
Definition at line 519 of file functions.c.
|
static |
extract supported public keys - Implements attach_function_t -
Definition at line 540 of file functions.c.
|
static |
wipe passphrases from memory - Implements attach_function_t -
Definition at line 554 of file functions.c.
|
static |
forward a message with comments - Implements attach_function_t -
Definition at line 563 of file functions.c.
|
static |
subscribe to a mailing list - Implements attach_function_t -
Definition at line 577 of file functions.c.
|
static |
unsubscribe from a mailing list - Implements attach_function_t -
Definition at line 587 of file functions.c.
|
static |
reply to a message - Implements attach_function_t -
Definition at line 597 of file functions.c.
|
static |
use the current message as a template for a new one - Implements attach_function_t -
Definition at line 620 of file functions.c.
|
static |
followup to newsgroup - Implements attach_function_t -
Definition at line 636 of file functions.c.
|
static |
forward to newsgroup - Implements attach_function_t -
Definition at line 659 of file functions.c.