[Mutt] #2875: group-reply with empty address group should prune address group
#2875: group-reply with empty address group should prune address group
When you group-reply to a message with either To: or Cc: set to an empty
address group, mutt includes the empty address group in the reply. It
should not include it. For example, if I receive this message:
From: example
To: dgc
Cc: undisclosed-recipients: ;
Subject: try to reply!
A message is generated with template:
From: dgc
To: example
Cc: undisclosed-recipients: ;
Since the address list for the undisclosed-recipients:; group is empty, it
should be thrown out of the reply template.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2875>