summaryrefslogtreecommitdiffstats
path: root/mbox.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-09 23:53:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-09 23:53:28 +0000
commit25a768b966efe0f5570d6b6356b9752add6efb49 (patch)
tree22eb08a94879877a14bcb9c24654c2ddef9a961c /mbox.c
parent0c7fb38ce6d13a99d4db13db7c1c6ec948b60ee6 (diff)
Vikas' latest collapse fix.
Diffstat (limited to 'mbox.c')
-rw-r--r--mbox.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mbox.c b/mbox.c
index 22c241ad..752803b9 100644
--- a/mbox.c
+++ b/mbox.c
@@ -673,9 +673,7 @@ int mbox_sync_mailbox (CONTEXT *ctx)
{
save_sort = Sort;
Sort = SORT_ORDER;
- set_option (OPTSORTCOLLAPSE);
mutt_sort_headers (ctx, 0);
- unset_option (OPTSORTCOLLAPSE);
}
/* need to open the file for writing in such a way that it does not truncate
@@ -974,9 +972,7 @@ bail: /* Come here in case of disaster */
Sort = save_sort;
/* if the mailbox was reopened, the thread tree will be invalid so make
* sure to start threading from scratch. */
- set_option (OPTSORTCOLLAPSE);
mutt_sort_headers (ctx, (need_sort == M_REOPENED));
- unset_option (OPTSORTCOLLAPSE);
}
return (-1);