X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmessage.c;fp=imap%2Fmessage.c;h=275d84cc4748a86648ed2010d2809d44ba916e22;hb=da04d632587a221112a0f065e4802e1ea5393e21;hp=62f4b21dd9f65438130c777e569b8f4310d9ab6b;hpb=75913a512139c8276433a954cdbb2a9ffd2ed4ab;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);