From: Pietro Cerutti Date: Thu, 25 Jul 2019 07:45:24 +0000 (+0000) Subject: mutt_sort_headers appens in ctx_update, no need to call it again X-Git-Tag: 2019-10-25~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45639e4;p=neomutt mutt_sort_headers appens in ctx_update, no need to call it again --- 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();