From: Richard Russon Date: Tue, 13 Dec 2016 20:02:08 +0000 (-0800) Subject: Remove unused OPS X-Git-Tag: mutt-1-8-rel~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb9a279f593fee410691fd48011b2c4eb39b9f10;p=mutt 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. --- diff --git a/OPS b/OPS index 66c838e7..9fb29acc 100644 --- a/OPS +++ b/OPS @@ -105,8 +105,6 @@ OP_MAIN_DELETE_PATTERN "delete messages matching a pattern" 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"