X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmessage.c;h=518718f5a07bbe115f69a6fb81275ff53f08e26a;hb=d5d56308b49c3f157a17125415312f0c13e1e25b;hp=3ece306f39b6ff601202b58049b552928846c883;hpb=c8bf978fc5c4f6c793620a515fa2456a3fa9eb13;p=apps%2Fmadmutt.git diff --git a/imap/message.c b/imap/message.c index 3ece306..518718f 100644 --- a/imap/message.c +++ b/imap/message.c @@ -247,7 +247,7 @@ int imap_read_headers (IMAP_DATA * idata, int msgbegin, int msgend) fputs ("\n\n", fp); /* update context with message header */ - ctx->hdrs[msgno] = mutt_new_header (); + ctx->hdrs[msgno] = header_new(); ctx->hdrs[msgno]->index = h.sid - 1; if (h.sid != ctx->msgcount + 1)