X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fmessage.c;h=1871be3b79d1160b02538e53910f4534b74ca168;hp=62f4b21dd9f65438130c777e569b8f4310d9ab6b;hb=6920eb5798f2d9f25e5ea1af2ba86122cf408bd1;hpb=f5a370338d87eba00bc8696636a90f6c50b05d14 diff --git a/imap/message.c b/imap/message.c index 62f4b21..1871be3 100644 --- a/imap/message.c +++ b/imap/message.c @@ -12,7 +12,7 @@ #include -#include +#include #include #include @@ -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);