From: Brendan Cully Date: Thu, 8 Sep 2005 16:37:59 +0000 (+0000) Subject: Revert bogus change to last message detection in mutt_pager. X-Git-Tag: mutt-1-5-11-rel~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d2fed18538e4be2a42727ff96fc8a101b3af049;p=mutt Revert bogus change to last message detection in mutt_pager. --- diff --git a/pager.c b/pager.c index eb74c33e..ffa742c0 100644 --- a/pager.c +++ b/pager.c @@ -2688,7 +2688,7 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE); if (IsHeader (extra)) { Context->msgnotreadyet = -1; - if (rc == -1 || rc == OP_MAIN_NEXT_UNDELETED || rc == OP_NEXT_ENTRY) + if (rc == -1) OldHdr = NULL; else {