summaryrefslogtreecommitdiffstats
path: root/mh.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-18 20:40:52 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-18 20:40:52 +0000
commit9d0852cd1f93b8d136f9e832fb00081e216b1383 (patch)
tree8546aad0bb00f50d1a6c15b76d444edf32f0664e /mh.c
parent9ce2c5549e5762add44f83e3ea3d685c048dfdf6 (diff)
Remove bogus re-sorting code from the maildir check routine.
Diffstat (limited to 'mh.c')
-rw-r--r--mh.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mh.c b/mh.c
index 49b0d69a..0e65fbb9 100644
--- a/mh.c
+++ b/mh.c
@@ -620,7 +620,8 @@ int mh_check_mailbox(CONTEXT *ctx, int *index_hint)
if(ctx->magic == M_MAILDIR)
ctx->mtime_cur = st_cur.st_mtime;
ctx->mtime = st.st_mtime;
-
+
+#if 0
if(Sort != SORT_ORDER)
{
short old_sort;
@@ -630,7 +631,8 @@ int mh_check_mailbox(CONTEXT *ctx, int *index_hint)
mutt_sort_headers(ctx, 1);
Sort = old_sort;
}
-
+#endif
+
md = NULL;
last = &md;