changeset: 6678:f447c67f511b user: Kevin McCarthy <[email protected]> date: Sun Jun 12 13:49:18 2016 -0700 link: http://dev.mutt.org/hg/mutt/rev/f447c67f511b
Fix the case of messages in OPS.MIX and OPS.SIDEBAR Thanks to Vincent Lefèvre for spotting the discrepancy. diffs (37 lines): diff -r 1f840760e6e0 -r f447c67f511b OPS.MIX --- a/OPS.MIX Tue Jun 07 15:02:58 2016 -0700 +++ b/OPS.MIX Sun Jun 12 13:49:18 2016 -0700 @@ -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 -r 1f840760e6e0 -r f447c67f511b OPS.SIDEBAR --- a/OPS.SIDEBAR Tue Jun 07 15:02:58 2016 -0700 +++ b/OPS.SIDEBAR Sun Jun 12 13:49:18 2016 -0700 @@ -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"
