X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=thread.c;h=0b2007638e63bb73c33ce8147f505b5d19dcab8b;hb=e83ad1be25aefea3ed21ec08edbaf2d5a72c4a9d;hp=e0195333f6542c970f874098244efc401469638d;hpb=873ab02a290cf65ebc01986188c20c3760353db3;p=apps%2Fmadmutt.git diff --git a/thread.c b/thread.c index e019533..0b20076 100644 --- 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)