From 45639e4964a565e0547b0b1c632e3a8ada4e41d6 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 25 Jul 2019 07:45:24 +0000 Subject: [PATCH] mutt_sort_headers appens in ctx_update, no need to call it again --- mx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mx.c b/mx.c index 1917c1e13..39727e497 100644 --- a/mx.c +++ b/mx.c @@ -364,7 +364,6 @@ struct Context *mx_mbox_open(struct Mailbox *m, OpenMailboxFlags flags) * to begin with */ OptSortSubthreads = false; OptNeedRescore = false; - mutt_sort_headers(ctx, true); } if (!m->quiet) mutt_clear_error(); -- 2.40.0