From: Thomas Roessler Date: Tue, 15 Feb 2000 08:40:52 +0000 (+0000) Subject: Change the documentation string for OP_MAIN_PREV_UNDELETED - it may X-Git-Tag: mutt-1-1-4-rel~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ceb339b0ed9cfd5c5292f208f30157529417161;p=mutt Change the documentation string for OP_MAIN_PREV_UNDELETED - it may be confusing. --- diff --git a/OPS b/OPS index b60e5efc..300c4db9 100644 --- a/OPS +++ b/OPS @@ -103,7 +103,7 @@ OP_MAIN_NEXT_UNREAD "jump to the next unread message" OP_MAIN_PARENT_MESSAGE "jump to parent message in thread" OP_MAIN_PREV_THREAD "jump to previous thread" OP_MAIN_PREV_SUBTHREAD "jump to previous subthread" -OP_MAIN_PREV_UNDELETED "move to the last undelete message" +OP_MAIN_PREV_UNDELETED "move to the previous undelete message" OP_MAIN_PREV_NEW "jump to the previous new message" OP_MAIN_PREV_UNREAD "jump to the previous unread message" OP_MAIN_READ_THREAD "mark the current thread as read"