summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
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" },