From 2f76cc454dcf04a5f10068e8cf3f24110e58ed5d Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 8 Jun 2006 11:38:08 +0000 Subject: [PATCH] Fix #2272. --- crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt.c b/crypt.c index e3ef2d3e..473e099a 100644 --- a/crypt.c +++ b/crypt.c @@ -630,7 +630,7 @@ void crypt_extract_keys_from_messages (HEADER * h) fflush(fpout); if (Context->hdrs[Context->v2r[i]]->env->from) - tmp = mutt_expand_aliases (h->env->from); + tmp = mutt_expand_aliases (Context->hdrs[Context->v2r[i]]->env->from); else if (Context->hdrs[Context->v2r[i]]->env->sender) tmp = mutt_expand_aliases (Context->hdrs[Context->v2r[i]] ->env->sender); -- 2.40.0