From: Richard Russon Date: Tue, 13 Dec 2016 20:02:08 +0000 (-0800) Subject: Remove unused OPS X-Git-Tag: neomutt-20170225~32^2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56de2f75b77ca9054b6583a270fb6817af47f5d6;p=neomutt 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 66c838e70..9fb29accf 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"