]> granicus.if.org Git - neomutt/commit
Enable $reply_self for group-reply, even with $metoo unset.
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 28 Sep 2017 18:57:56 +0000 (11:57 -0700)
committerRichard Russon <rich@flatcap.org>
Mon, 2 Oct 2017 11:41:33 +0000 (12:41 +0100)
commitc3eae4579807bdcfa36ee459232274597849cc61
tree57cc51b99c165ef538823746b777b9e75d619ea4
parent2cf023148ba901766ded5b4ba5e0414b80e2dc25
Enable $reply_self for group-reply, even with $metoo unset.

For a (r)eply, the $metoo variable does not have any effect because
there is a single recipient.

However with (g)roup reply, the To was initially set to the sender,
but subsequently removed my $nometoo.  The empty To line is then
replaced with the Cc line, resulting in a (logically correct but)
surprising outcome.

Change the behavior such that $nometoo will not strip a single To
recipient when $reply_self is set.
send.c