Rocco Rutte:
[apps/madmutt.git] / thread.c
index e019533..0b20076 100644 (file)
--- a/thread.c
+++ b/thread.c
@@ -843,7 +843,7 @@ void mutt_sort_threads (CONTEXT * ctx, int init)
         if (new->duplicate_thread)
           new = new->parent;
         if (is_descendant (new, thread))        /* no loops! */
-          break;
+          continue;
       }
 
       if (thread->parent)