]> granicus.if.org Git - mutt/commitdiff
Vikas' latest collapse fix.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 22 Feb 1999 12:37:43 +0000 (12:37 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 22 Feb 1999 12:37:43 +0000 (12:37 +0000)
curs_main.c

index 1d4913cca5cfc924581a8b90d25c60054c757a1c..0eda1a790202341e1ce6f4f15a6a9de440ecdeb9 100644 (file)
@@ -1137,7 +1137,7 @@ int mutt_index_menu (void)
            }
          }
 
-         if (CUR->collapsed)
+         if (CUR->collapsed && (Sort & SORT_MASK) == SORT_THREADS)
          {
            if ((op == OP_MAIN_NEXT_UNREAD || op == OP_MAIN_PREV_UNREAD) &&
                UNREAD (CUR))