From d31f5485b888592feb074d71b762a624ba969964 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Tue, 20 Nov 2018 23:55:05 +0000 Subject: [PATCH] notmuch: factor out mx_update_context() --- notmuch/mutt_notmuch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/notmuch/mutt_notmuch.c b/notmuch/mutt_notmuch.c index 17028fe8a..d9f4614ef 100644 --- a/notmuch/mutt_notmuch.c +++ b/notmuch/mutt_notmuch.c @@ -2173,7 +2173,6 @@ static int nm_mbox_open(struct Mailbox *m, struct Context *ctx) m->mtime.tv_sec = time(NULL); m->mtime.tv_nsec = 0; - mx_update_context(ctx, m->msg_count); mdata->oldmsgcount = 0; mutt_debug(1, "nm: reading messages... done [rc=%d, count=%d]\n", rc, m->msg_count); -- 2.40.0