summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-01-29 07:56:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-01-29 07:56:37 +0000
commit6f4016be863772fd8cb6a0d3b248d92325dabb08 (patch)
treeba5e5cad48bcc86539a945e5d9c18c193b5312cd /functions.h
parentd883b7e2bee5c7705edbfb80a0c41b5eeb4ddd82 (diff)
Michael Elkins' content-disposition patch, with some small changes.
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 e5f6ad0c..df62df78 100644
--- a/functions.h
+++ b/functions.h
@@ -270,7 +270,7 @@ struct binding_t OpCompose[] = {
{ "edit-cc", OP_COMPOSE_EDIT_CC, "c" },
{ "copy-file", OP_SAVE, "C" },
{ "detach-file", OP_DELETE, "D" },
- { "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
+ { "toggle-disposition",OP_COMPOSE_TOGGLE_DISPOSITION, "\004" },
{ "edit-description", OP_COMPOSE_EDIT_DESCRIPTION, "d" },
{ "edit-message", OP_COMPOSE_EDIT_MESSAGE, "e" },
{ "edit-headers", OP_COMPOSE_EDIT_HEADERS, "E" },
@@ -280,6 +280,7 @@ struct binding_t OpCompose[] = {
{ "edit-fcc", OP_COMPOSE_EDIT_FCC, "f" },
{ "filter-entry", OP_FILTER, "F" },
{ "get-attachment", OP_COMPOSE_GET_ATTACHMENT, "G" },
+ { "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
{ "ispell", OP_COMPOSE_ISPELL, "i" },
{ "print-entry", OP_PRINT, "l" },
{ "edit-mime", OP_COMPOSE_EDIT_MIME, "m" },