]> granicus.if.org Git - neomutt/commitdiff
Fix the case of messages in OPS.MIX and OPS.SIDEBAR
authorKevin McCarthy <kevin@8t8.us>
Sun, 12 Jun 2016 20:49:18 +0000 (13:49 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 12 Jun 2016 20:49:18 +0000 (13:49 -0700)
Thanks to Vincent Lefèvre for spotting the discrepancy.

OPS.MIX
OPS.SIDEBAR

diff --git a/OPS.MIX b/OPS.MIX
index 49883332044a6dc063a6349ec8bcfc95eae7cd89..a836226c78c28eaa92e2e862cfcd5d1515176ab8 100644 (file)
--- 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"
index d09ec1f1ddaa6c724623de485aaa36c317580aea..7e5b504e30465f3a0c2ca65f0fc8737859a50a29 100644 (file)
@@ -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"