changeset: 6891:1f04f9145eb1 user: Richard Russon <r...@flatcap.org> date: Tue Dec 13 12:02:08 2016 -0800 link: http://dev.mutt.org/hg/mutt/rev/1f04f9145eb1
Remove unused OPS OP_MAIN_FIRST_MESSAGE and OP_MAIN_LAST_MESSAGE were added to the code 19 years ago. They weren't used then; they haven't been used since. diffs (12 lines): diff -r b985c324932b -r 1f04f9145eb1 OPS --- a/OPS Tue Dec 13 11:16:10 2016 -0800 +++ b/OPS Tue Dec 13 12:02:08 2016 -0800 @@ -105,8 +105,6 @@ OP_MAIN_IMAP_FETCH "force retrieval of mail from IMAP server" OP_MAIN_IMAP_LOGOUT_ALL "logout from all IMAP servers" OP_MAIN_FETCH_MAIL "retrieve mail from POP server" -OP_MAIN_FIRST_MESSAGE "move to the first message" -OP_MAIN_LAST_MESSAGE "move to the last message" OP_MAIN_LIMIT "show only messages matching a pattern" OP_MAIN_LINK_THREADS "link tagged message to the current one" OP_MAIN_NEXT_UNREAD_MAILBOX "open next mailbox with new mail"