{ "delete-pattern", OP_MAIN_DELETE_PATTERN, "D" },
{ "delete-thread", OP_DELETE_THREAD, "\004" },
{ "delete-subthread", OP_DELETE_SUBTHREAD, "\033d" },
- { "edit", OP_EDIT_MESSAGE, "e" },
+ { "edit", OP_EDIT_RAW_MESSAGE, "e" },
{ "edit-label", OP_EDIT_LABEL, "Y" },
{ "edit-type", OP_EDIT_TYPE, "\005" },
{ "forward-message", OP_FORWARD_MESSAGE, "f" },
{ "delete-subthread", OP_DELETE_SUBTHREAD, "\033d" },
{ "set-flag", OP_MAIN_SET_FLAG, "w" },
{ "clear-flag", OP_MAIN_CLEAR_FLAG, "W" },
- { "edit", OP_EDIT_MESSAGE, "e" },
+ { "edit", OP_EDIT_RAW_MESSAGE, "e" },
{ "edit-label", OP_EDIT_LABEL, "Y" },
{ "edit-type", OP_EDIT_TYPE, "\005" },
#ifdef USE_NNTP
_fmt(OP_DISPLAY_HEADERS, N_("display message and toggle header weeding")) \
_fmt(OP_DISPLAY_MESSAGE, N_("display a message")) \
_fmt(OP_EDIT_LABEL, N_("add, change, or delete a message's label")) \
- _fmt(OP_EDIT_MESSAGE, N_("edit the raw message")) \
+ _fmt(OP_EDIT_RAW_MESSAGE, N_("edit the raw message")) \
_fmt(OP_EDITOR_BACKSPACE, N_("delete the char in front of the cursor")) \
_fmt(OP_EDITOR_BACKWARD_CHAR, N_("move the cursor one character to the left")) \
_fmt(OP_EDITOR_BACKWARD_WORD, N_("move the cursor to the beginning of the word")) \