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
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
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
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
#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" },
{ "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" },
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" },
{ "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" },