From f58938adf13af45527dd59838ba9782ba10d033c Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 28 Aug 1998 00:53:12 +0000 Subject: [patch-0.94.4i.tlr.get_attachment.1] Create a new "get-attachment" function on the compose menu which will copy an attachment to a temporary file. --- functions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 9579ec7c..384c5fd1 100644 --- a/functions.h +++ b/functions.h @@ -322,7 +322,8 @@ struct binding_t OpCompose[] = { { "edit-encoding", OP_COMPOSE_EDIT_ENCODING, "\005" }, { "edit-from", OP_COMPOSE_EDIT_FROM, "\033f" }, { "edit-fcc", OP_COMPOSE_EDIT_FCC, "f" }, - { "filter-entry", OP_FILTER, "F" }, + { "filter-entry", OP_FILTER, "F" }, + { "get-attachment", OP_COMPOSE_GET_ATTACHMENT, "G" }, { "ispell", OP_COMPOSE_ISPELL, "i" }, { "print-entry", OP_PRINT, "l" }, { "redraw-screen", OP_REDRAW, "\014" }, -- cgit v1.2.3