]> granicus.if.org Git - neomutt/commitdiff
Turn on incremental threading again.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 28 Feb 2002 23:28:51 +0000 (23:28 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 28 Feb 2002 23:28:51 +0000 (23:28 +0000)
sort.c

diff --git a/sort.c b/sort.c
index 20757f8cf98c2fd3fea04c702dea69e8486ccf86..4043b0b789432e8e7002e5f86e37210ae84eb3c1 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -181,7 +181,6 @@ void mutt_sort_headers (CONTEXT *ctx, int init)
   THREAD *thread, *top;
   sort_t *sortfunc;
   
-  init = 1; /* XXX temporary bug workaround (hopefully!) */
   unset_option (OPTNEEDRESORT);
 
   if (!ctx)