From 6f4016be863772fd8cb6a0d3b248d92325dabb08 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 29 Jan 2000 07:56:37 +0000 Subject: Michael Elkins' content-disposition patch, with some small changes. --- functions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'functions.h') 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" }, -- cgit v1.2.3