From: Thomas Roessler Date: Wed, 2 Jan 2002 09:33:38 +0000 (+0000) Subject: Bug fix. Problem noted by Vincent Lefevre's compiler. X-Git-Tag: mutt-1-3-26-rel~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b89a2f76fbcd7f4545d8cdf9d4821ea91e1c154;p=mutt Bug fix. Problem noted by Vincent Lefevre's compiler. --- diff --git a/recvcmd.c b/recvcmd.c index 2826898b..db396544 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -719,7 +719,7 @@ attach_reply_envelope_defaults (ENVELOPE *env, ATTACHPTR **idx, short idxlen, for (i = 0; i < idxlen; i++) { if (idx[i]->content->tagged) - mutt_add_to_reference_headers (env, idx[i]->content, &p, &q); + mutt_add_to_reference_headers (env, idx[i]->content->hdr->env, &p, &q); } }