summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-01-19 10:18:02 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-01-19 10:18:02 +0000
commit7beebaa1685b278b7a02c32afc2bc7071f0b1cff (patch)
tree0485d56d53a97bcf943f4be1e6b86a777bcd4143 /functions.h
parent942b7293c756ff5b0c9f9f85bccb46e8d177a858 (diff)
Rename display-headers to display-toggle-weed.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/functions.h b/functions.h
index b8513d7f..e5f6ad0c 100644
--- a/functions.h
+++ b/functions.h
@@ -85,7 +85,7 @@ struct binding_t OpMain[] = {
#ifdef USE_POP
{ "fetch-mail", OP_MAIN_FETCH_MAIL, "G" },
#endif
- { "display-headers", OP_DISPLAY_HEADERS, "h" },
+ { "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
{ "next-undeleted", OP_MAIN_NEXT_UNDELETED, "j" },
{ "previous-undeleted", OP_MAIN_PREV_UNDELETED, "k" },
{ "limit", OP_MAIN_LIMIT, "l" },
@@ -160,7 +160,7 @@ struct binding_t OpPager[] = {
{ "forward-message", OP_FORWARD_MESSAGE, "f" },
{ "flag-message", OP_FLAG_MESSAGE, "F" },
{ "group-reply", OP_GROUP_REPLY, "g" },
- { "display-headers", OP_DISPLAY_HEADERS, "h" },
+ { "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
{ "exit", OP_PAGER_EXIT, "i" },
{ "next-undeleted", OP_MAIN_NEXT_UNDELETED, "j" },
{ "next-entry", OP_NEXT_ENTRY, "J" },
@@ -235,7 +235,7 @@ struct binding_t OpPager[] = {
struct binding_t OpAttach[] = {
{ "bounce-message", OP_BOUNCE_MESSAGE, "b" },
- { "display-headers", OP_DISPLAY_HEADERS, "h" },
+ { "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
{ "edit-type", OP_EDIT_TYPE, "\005" },
{ "print-entry", OP_PRINT, "p" },
{ "save-entry", OP_SAVE, "s" },
@@ -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-headers", OP_DISPLAY_HEADERS, "h" },
+ { "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
{ "edit-description", OP_COMPOSE_EDIT_DESCRIPTION, "d" },
{ "edit-message", OP_COMPOSE_EDIT_MESSAGE, "e" },
{ "edit-headers", OP_COMPOSE_EDIT_HEADERS, "E" },