]> granicus.if.org Git - mutt/commitdiff
Rename display-headers to display-toggle-weed.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 19 Jan 2000 10:18:02 +0000 (10:18 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 19 Jan 2000 10:18:02 +0000 (10:18 +0000)
OPS
doc/manual.sgml.head
doc/manual.sgml.tail
functions.h

diff --git a/OPS b/OPS
index a4e8fa758cf9b52c578dd20c1dab251f292088c9..2c3898fa8286258cee139cff267c6fa3cf67bbf0 100644 (file)
--- a/OPS
+++ b/OPS
@@ -51,7 +51,7 @@ OP_DELETE_MAILBOX "delete the current mailbox (IMAP only)"
 OP_DELETE_SUBTHREAD "delete all messages in subthread"
 OP_DELETE_THREAD "delete all messages in thread"
 OP_DISPLAY_ADDRESS "display full address of sender"
-OP_DISPLAY_HEADERS "display message with full headers"
+OP_DISPLAY_HEADERS "display message and toggle header weeding"
 OP_DISPLAY_MESSAGE "display a message"
 OP_EDIT_MESSAGE "edit the raw message"
 OP_EDITOR_BACKSPACE "delete the char in front of the cursor"
index cb20a96e6768b396a89f0920cf54d3cae850fed2..0b95b81e37df80ed4b26230256b8448ba68e613d 100644 (file)
@@ -329,7 +329,7 @@ Specifying an <ref id="alias_file" name="&dollar;alias&lowbar;file">
 does not add the aliases specified there-in, you must also <ref
 id="source" name="source"> the file.
 
-<p><bf/display-headers/<label id="display-headers"> (default: h)<newline>
+<p><bf/display-toggle-weed/<label id="display-toggle-weed"> (default: h)<newline>
 
 Toggles the weeding of message header fields specified by <ref id="ignore"
 name="ignore"> commands.
index 6a177d53f052b53938aa6bdf4028276e9f8ea73b..a2dc47ae093486dbc3b9d548bb816cf8243d5d08 100644 (file)
@@ -61,7 +61,7 @@ delete-pattern             D   delete messages matching a pattern
 delete-subthread       ESC d   delete all messages in subthread
 delete-thread             ^D   delete all messages in thread
 display-address            @   display full address of sender
-display-headers            h   display message with full headers
+display-toggle-weed        h   display message and toggle header weeding
 display-message          RET   display a message
 edit                       e   edit the current message
 exit                       x   exit without saving changes
@@ -128,7 +128,7 @@ delete-message             d   delete the current entry
 delete-subthread       ESC d   delete all messages in subthread
 delete-thread             ^D   delete all messages in thread
 display-address            @   display full address of sender
-display-headers            h   display message with full headers
+display-toggle-weed        h   display message and toggle header weeding
 edit                       e   edit the current message
 enter-command              :   enter a muttrc command
 exit                       i   return to the main-menu
@@ -212,7 +212,7 @@ bounce-message             b   remail a message to another user
 decode-copy            ESC C   decode a message and copy it to a file/mailbox
 decode-save            ESC s   decode a message and save it to a file/mailbox
 delete-entry               d   delete the current entry
-display-headers            h   display message with full headers
+display-toggle-weed        h   display message and toggle header weeding
 extract-keys              ^K   extract PGP public keys
 forward-message            f   forward a message with comments
 group-reply                g   reply to all recipients
@@ -234,7 +234,7 @@ attach-message             A   attach message(s) to this message
 attach-key             ESC k   attach a PGP public key
 copy-file                  C   save message/attachment to a file
 detach-file                D   delete the current entry
-display-headers            h   display message with full headers
+display-toggle-weed        h   display message and toggle header weeding
 edit-bcc                   b   edit the BCC list
 edit-cc                    c   edit the CC list
 edit-description           d   edit attachment description
index b8513d7f19a2b07e66d940d2be9d672d8ee1e1bb..e5f6ad0cca02379e0c109212c54434fd47f8ae17 100644 (file)
@@ -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" },