X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmessage.c;h=275d84cc4748a86648ed2010d2809d44ba916e22;hb=cc8910fb496d58eb30e116d06a0a01dde4dc944c;hp=62f4b21dd9f65438130c777e569b8f4310d9ab6b;hpb=f5a370338d87eba00bc8696636a90f6c50b05d14;p=apps%2Fmadmutt.git diff --git a/imap/message.c b/imap/message.c index 62f4b21..275d84c 100644 --- a/imap/message.c +++ b/imap/message.c @@ -96,7 +96,7 @@ int imap_read_headers (IMAP_DATA * idata, int msgbegin, int msgend) idata->newMailCount = 0; #ifdef USE_HCACHE - if ((hc = mutt_hcache_open (HeaderCache, ctx->path))) { + if ((hc = mutt_hcache_open(ctx->path))) { snprintf (buf, sizeof (buf), "FETCH %d:%d (UID FLAGS)", msgbegin + 1, msgend + 1);