void mutt_fix_reply_recipients (ENVELOPE *env)
{
- mutt_expand_aliases_env (env);
-
if (! option (OPTMETOO))
{
/* the order is important here. do the CC: first so that if the
process_user_recips (msg->env);
/* Expand aliases and remove duplicates/crossrefs */
- mutt_fix_reply_recipients (msg->env);
+ mutt_expand_aliases_env (msg->env);
+
+ if (flags & SENDREPLY)
+ mutt_fix_reply_recipients (msg->env);
if (! (flags & SENDMAILX) &&
! (option (OPTAUTOEDIT) && option (OPTEDITHDRS)) &&