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))
{
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);