]> granicus.if.org Git - mutt/commitdiff
Revert bogus change to last message detection in mutt_pager.
authorBrendan Cully <brendan@kublai.com>
Thu, 8 Sep 2005 16:37:59 +0000 (16:37 +0000)
committerBrendan Cully <brendan@kublai.com>
Thu, 8 Sep 2005 16:37:59 +0000 (16:37 +0000)
pager.c

diff --git a/pager.c b/pager.c
index eb74c33ed23c467a993a869b77d584199c713adf..ffa742c0606c238310b0fa6d6e3a2b300c851bc3 100644 (file)
--- 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
     {