]> granicus.if.org Git - neomutt/commitdiff
Remove unused OPS
authorRichard Russon <rich@flatcap.org>
Tue, 13 Dec 2016 20:02:08 +0000 (12:02 -0800)
committerRichard Russon <rich@flatcap.org>
Tue, 13 Dec 2016 20:02:08 +0000 (12:02 -0800)
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.

OPS

diff --git a/OPS b/OPS
index 66c838e7052727a89911d14d05b940a0fd704f9a..9fb29accf4a10fc554eb43ec317269d15daabc9b 100644 (file)
--- 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"