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 253 of file functions.c.
|
static |
delete the current entry - Implements attach_function_t -
Definition at line 269 of file functions.c.
|
static |
edit attachment content type - Implements attach_function_t -
Definition at line 345 of file functions.c.
|
static |
pipe message/attachment to a shell command - Implements attach_function_t -
Definition at line 355 of file functions.c.
|
static |
print the current entry - Implements attach_function_t -
Definition at line 366 of file functions.c.
|
static |
save message/attachment to a mailbox/file - Implements attach_function_t -
Definition at line 377 of file functions.c.
|
static |
undelete the current entry - Implements attach_function_t -
Definition at line 393 of file functions.c.
|
static |
view attachment using mailcap entry if necessary - Implements attach_function_t -
Definition at line 431 of file functions.c.
|
static |
force viewing of attachment using mailcap - Implements attach_function_t -
Definition at line 443 of file functions.c.
|
static |
view attachment in pager using copiousoutput mailcap - Implements attach_function_t -
Definition at line 455 of file functions.c.
|
static |
view attachment as text - Implements attach_function_t -
Definition at line 467 of file functions.c.
|
static |
remail a message to another user - Implements attach_function_t -
Definition at line 479 of file functions.c.
|
static |
check for classic PGP - Implements attach_function_t -
Definition at line 493 of file functions.c.
|
static |
compose new message to the current message sender - Implements attach_function_t -
Definition at line 507 of file functions.c.
|
static |
exit this menu - Implements attach_function_t -
Definition at line 520 of file functions.c.
|
static |
extract supported public keys - Implements attach_function_t -
Definition at line 541 of file functions.c.
|
static |
wipe passphrases from memory - Implements attach_function_t -
Definition at line 555 of file functions.c.
|
static |
forward a message with comments - Implements attach_function_t -
Definition at line 564 of file functions.c.
|
static |
subscribe to a mailing list - Implements attach_function_t -
Definition at line 578 of file functions.c.
|
static |
unsubscribe from a mailing list - Implements attach_function_t -
Definition at line 588 of file functions.c.
|
static |
reply to a message - Implements attach_function_t -
Definition at line 598 of file functions.c.
|
static |
use the current message as a template for a new one - Implements attach_function_t -
Definition at line 621 of file functions.c.
|
static |
followup to newsgroup - Implements attach_function_t -
Definition at line 637 of file functions.c.
|
static |
forward to newsgroup - Implements attach_function_t -
Definition at line 660 of file functions.c.