From: Kevin McCarthy Date: Sun, 12 Jun 2016 20:49:18 +0000 (-0700) Subject: Fix the case of messages in OPS.MIX and OPS.SIDEBAR X-Git-Tag: mutt-1-7-rel~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6db4d20034d353b3f79f7cc6c303d6eb128f3fe;p=mutt Fix the case of messages in OPS.MIX and OPS.SIDEBAR Thanks to Vincent Lefèvre for spotting the discrepancy. --- diff --git a/OPS.MIX b/OPS.MIX index 49883332..a836226c 100644 --- a/OPS.MIX +++ b/OPS.MIX @@ -1,7 +1,7 @@ -OP_MIX_USE "Accept the chain constructed" -OP_MIX_APPEND "Append a remailer to the chain" -OP_MIX_INSERT "Insert a remailer into the chain" -OP_MIX_DELETE "Delete a remailer from the chain" -OP_MIX_CHAIN_PREV "Select the previous element of the chain" -OP_MIX_CHAIN_NEXT "Select the next element of the chain" +OP_MIX_USE "accept the chain constructed" +OP_MIX_APPEND "append a remailer to the chain" +OP_MIX_INSERT "insert a remailer into the chain" +OP_MIX_DELETE "delete a remailer from the chain" +OP_MIX_CHAIN_PREV "select the previous element of the chain" +OP_MIX_CHAIN_NEXT "select the next element of the chain" OP_COMPOSE_MIX "send the message through a mixmaster remailer chain" diff --git a/OPS.SIDEBAR b/OPS.SIDEBAR index d09ec1f1..7e5b504e 100644 --- a/OPS.SIDEBAR +++ b/OPS.SIDEBAR @@ -1,8 +1,8 @@ -OP_SIDEBAR_NEXT "Move the highlight to next mailbox" -OP_SIDEBAR_NEXT_NEW "Move the highlight to next mailbox with new mail" -OP_SIDEBAR_OPEN "Open highlighted mailbox" -OP_SIDEBAR_PAGE_DOWN "Scroll the Sidebar down 1 page" -OP_SIDEBAR_PAGE_UP "Scroll the Sidebar up 1 page" -OP_SIDEBAR_PREV "Move the highlight to previous mailbox" -OP_SIDEBAR_PREV_NEW "Move the highlight to previous mailbox with new mail" -OP_SIDEBAR_TOGGLE_VISIBLE "Make the Sidebar (in)visible" +OP_SIDEBAR_NEXT "move the highlight to next mailbox" +OP_SIDEBAR_NEXT_NEW "move the highlight to next mailbox with new mail" +OP_SIDEBAR_OPEN "open highlighted mailbox" +OP_SIDEBAR_PAGE_DOWN "scroll the sidebar down 1 page" +OP_SIDEBAR_PAGE_UP "scroll the sidebar up 1 page" +OP_SIDEBAR_PREV "move the highlight to previous mailbox" +OP_SIDEBAR_PREV_NEW "move the highlight to previous mailbox with new mail" +OP_SIDEBAR_TOGGLE_VISIBLE "make the sidebar (in)visible"