summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-28 00:53:12 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-28 00:53:12 +0000
commitf58938adf13af45527dd59838ba9782ba10d033c (patch)
tree37206dbb14e94a23e81eb7633463fccaab458dff /functions.h
parent4f94f6fbe594c03eebfceef4a5fd908c45bf27ba (diff)
[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.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h3
1 files changed, 2 insertions, 1 deletions
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" },