]> granicus.if.org Git - neomutt/commitdiff
Fix typo of in dae38f5ab2a5 commit
authorRocco Rutte <pdmef@gmx.net>
Mon, 14 Jan 2008 22:00:37 +0000 (23:00 +0100)
committerRocco Rutte <pdmef@gmx.net>
Mon, 14 Jan 2008 22:00:37 +0000 (23:00 +0100)
mh.c

diff --git a/mh.c b/mh.c
index 2348f150c55e1d948714b49317628513a3387e58..ba27f06f24fd94a506cb25e88cf68710a6ef207f 100644 (file)
--- 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);