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: neomutt-20160822~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2f45b2a2384e7e01fffba36287a29001c6a4ab1;p=neomutt 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 498833320..a836226c7 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 d09ec1f1d..7e5b504e3 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"