From 1560a99a7d8e2f4d2d51368042024eb4b914be2a Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Mon, 14 Jan 2008 23:00:37 +0100 Subject: [PATCH] Fix typo of in dae38f5ab2a5 commit --- mh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mh.c b/mh.c index 2348f150c..ba27f06f2 100644 --- a/mh.c +++ b/mh.c @@ -1007,6 +1007,8 @@ void maildir_delayed_parsing (CONTEXT * ctx, struct maildir **md, if (!ctx->quiet && progress) mutt_progress_update (progress, count, -1); + snprintf (fn, sizeof (fn), "%s/%s", ctx->path, p->h->path); + #if USE_HCACHE if (option(OPTHCACHEVERIFY)) { @@ -1041,8 +1043,6 @@ void maildir_delayed_parsing (CONTEXT * ctx, struct maildir **md, when = (struct timeval *) data; #endif - snprintf (fn, sizeof (fn), "%s/%s", ctx->path, p->h->path); - if (data != NULL && !ret && lastchanged.st_mtime <= when->tv_sec) { p->h = mutt_hcache_restore ((unsigned char *)data, &p->h); -- 2.40.0