- You can now edit messages in your mail folders.
- The function edit-message (default 'e') will make a copy of the
+ The function 'edit' (default 'e') will make a copy of the
current message and you can edit the message. After editing is
complete, you are taken to the Compose menu. You can further
modify the message here or re-send it. Note that the message is
Toggles the weeding of message header fields specified by <ref id="ignore"
name="ignore"> commands.
-<p><bf/edit-message/<label id="edit-messaage"> (default: e)<newline>
+<p><bf/edit/<label id="edit-messaage"> (default: e)<newline>
This command (available in the ``index'' and ``pager'') allows you to
edit the current message. Once editing is complete, the <em/Compose/ menu
display-address @ display full address of sender
display-headers h display message with full headers
display-message RET display a message
-edit-message e edit the current message
+edit e edit the current message
exit x exit without saving changes
extract-keys ^K extract PGP public keys
fetch-mail G retrieve mail from POP server
delete-thread ^D delete all messages in thread
display-address @ display full address of sender
display-headers h display message with full headers
-edit-message e edit the current message
+edit e edit the current message
enter-command : enter a muttrc command
exit i return to the main-menu
extract-keys ^K extract PGP public keys
{ "delete-pattern", OP_MAIN_DELETE_PATTERN, "D" },
{ "delete-thread", OP_DELETE_THREAD, "\004" },
{ "delete-subthread", OP_DELETE_SUBTHREAD, "\033d" },
- { "edit-message", OP_EDIT_MESSAGE, "e" },
+ { "edit", OP_EDIT_MESSAGE, "e" },
{ "forward-message", OP_FORWARD_MESSAGE, "f" },
{ "flag-message", OP_FLAG_MESSAGE, "F" },
{ "group-reply", OP_GROUP_REPLY, "g" },
{ "delete-message", OP_DELETE, "d" },
{ "delete-thread", OP_DELETE_THREAD, "\004" },
{ "delete-subthread", OP_DELETE_SUBTHREAD, "\033d" },
- { "edit-message", OP_EDIT_MESSAGE, "e" },
+ { "edit", OP_EDIT_MESSAGE, "e" },
{ "forward-message", OP_FORWARD_MESSAGE, "f" },
{ "flag-message", OP_FLAG_MESSAGE, "F" },
{ "group-reply", OP_GROUP_REPLY, "g" },