From: Brendan Cully Date: Sun, 24 Jul 2005 18:33:31 +0000 (+0000) Subject: Typo in last commit. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e265d9303bb95e22bf6198ccbeea021c35a8b984;p=neomutt Typo in last commit. --- diff --git a/muttlib.c b/muttlib.c index 89669d6be..07c81befe 100644 --- a/muttlib.c +++ b/muttlib.c @@ -689,8 +689,6 @@ void mutt_merge_envelopes(ENVELOPE* base, ENVELOPE** extra) MOVE_ELEM(reply_to); MOVE_ELEM(mail_followup_to); MOVE_ELEM(list_post); - MOVE_ELEM(subject); - MOVE_ELEM(real_subj); MOVE_ELEM(message_id); MOVE_ELEM(supersedes); MOVE_ELEM(date);