summaryrefslogtreecommitdiffstats
path: root/mh.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 /mh.c
parent0c7fb38ce6d13a99d4db13db7c1c6ec948b60ee6 (diff)
Vikas' latest collapse fix.
Diffstat (limited to 'mh.c')
-rw-r--r--mh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mh.c b/mh.c
index 0b27558f..15beddba 100644
--- a/mh.c
+++ b/mh.c
@@ -537,9 +537,7 @@ int mh_sync_mailbox (CONTEXT * ctx)
#if 0
if(i == M_REOPENED || i == M_NEW_MAIL)
{
- set_option(OPTSORTCOLLAPSE);
mutt_sort_headers(ctx, (i == M_REOPENED));
- unset_option(OPTSORTCOLLAPSE);
}
#endif