mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix the case of messages in OPS.MIX and OPS.SIDEBAR

Thanks to Vincent Lefèvre for spotting the discrepancy.

+14 -14
+6 -6
OPS.MIX
··· 1 - OP_MIX_USE "Accept the chain constructed" 2 - OP_MIX_APPEND "Append a remailer to the chain" 3 - OP_MIX_INSERT "Insert a remailer into the chain" 4 - OP_MIX_DELETE "Delete a remailer from the chain" 5 - OP_MIX_CHAIN_PREV "Select the previous element of the chain" 6 - OP_MIX_CHAIN_NEXT "Select the next element of the chain" 1 + OP_MIX_USE "accept the chain constructed" 2 + OP_MIX_APPEND "append a remailer to the chain" 3 + OP_MIX_INSERT "insert a remailer into the chain" 4 + OP_MIX_DELETE "delete a remailer from the chain" 5 + OP_MIX_CHAIN_PREV "select the previous element of the chain" 6 + OP_MIX_CHAIN_NEXT "select the next element of the chain" 7 7 OP_COMPOSE_MIX "send the message through a mixmaster remailer chain"
+8 -8
OPS.SIDEBAR
··· 1 - OP_SIDEBAR_NEXT "Move the highlight to next mailbox" 2 - OP_SIDEBAR_NEXT_NEW "Move the highlight to next mailbox with new mail" 3 - OP_SIDEBAR_OPEN "Open highlighted mailbox" 4 - OP_SIDEBAR_PAGE_DOWN "Scroll the Sidebar down 1 page" 5 - OP_SIDEBAR_PAGE_UP "Scroll the Sidebar up 1 page" 6 - OP_SIDEBAR_PREV "Move the highlight to previous mailbox" 7 - OP_SIDEBAR_PREV_NEW "Move the highlight to previous mailbox with new mail" 8 - OP_SIDEBAR_TOGGLE_VISIBLE "Make the Sidebar (in)visible" 1 + OP_SIDEBAR_NEXT "move the highlight to next mailbox" 2 + OP_SIDEBAR_NEXT_NEW "move the highlight to next mailbox with new mail" 3 + OP_SIDEBAR_OPEN "open highlighted mailbox" 4 + OP_SIDEBAR_PAGE_DOWN "scroll the sidebar down 1 page" 5 + OP_SIDEBAR_PAGE_UP "scroll the sidebar up 1 page" 6 + OP_SIDEBAR_PREV "move the highlight to previous mailbox" 7 + OP_SIDEBAR_PREV_NEW "move the highlight to previous mailbox with new mail" 8 + OP_SIDEBAR_TOGGLE_VISIBLE "make the sidebar (in)visible"