OP_EDITOR_EOL "jump to the end of the line"
OP_EDITOR_FORWARD_CHAR "move the cursor one character to the right"
OP_EDITOR_FORWARD_WORD "move the cursor to the end of the word"
-OP_EDITOR_HISTORY_DOWN "scroll up through the history list"
+OP_EDITOR_HISTORY_DOWN "scroll down through the history list"
OP_EDITOR_HISTORY_UP "scroll up through the history list"
OP_EDITOR_KILL_EOL "delete chars from cursor to end of line"
OP_EDITOR_KILL_EOW "delete chars from the cursor to the end of the word"
<p>
<verb>
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
+collapse-parts v toggle display of subparts
delete-entry d delete the current entry
display-toggle-weed h display message and toggle header weeding
edit-type ^E edit the current entry's Content-Type
edit-bcc b edit the BCC list
edit-cc c edit the CC list
edit-description d edit attachment description
-edit-encoding ^E edit attachment trasfer-encoding
+edit-encoding ^E edit attachment transfer-encoding
edit-fcc f enter a file to save a copy of this message in
edit-from ESC f edit the from: field
edit-file ^X e edit the file to be attached
eol ^E jump to the end of the line
forward-char ^F move the cursor one character to the right
forward-word ESC f move the cursor to the next word
-history-down not bound scroll up through the history list
+history-down not bound scroll down through the history list
history-up not bound scroll up through the history list
kill-eol ^K delete chars from cursor to end of line
kill-eow ESC d delete chars from cursor to end of word
/*
** .pp
** This is the string that will precede a message which has been included
- ** in a reply. For a full listing of defined escape sequences see the
- ** section on ``$$index_format''.
+ ** in a reply. For a full listing of defined printf()-like sequences see
+ ** the section on ``$$index_format''.
*/
{ "autoedit", DT_BOOL, R_NONE, OPTAUTOEDIT, 0 },
/*
{
strfcpy (buf, LastSearch, sizeof (buf));
if (mutt_get_field ((op == OP_SEARCH) ? _("Search for: ") :
- "Reverse search for: ", buf, sizeof (buf),
+ _("Reverse search for: "), buf, sizeof (buf),
M_CLEAR | M_PATTERN) != 0 || !buf[0])
return (-1);