]> granicus.if.org Git - mutt/commit
Change bounce to use mutt_parse_adrlist() for address parsing.
authorKevin McCarthy <kevin@8t8.us>
Sat, 3 Jan 2015 19:33:10 +0000 (11:33 -0800)
committerKevin McCarthy <kevin@8t8.us>
Sat, 3 Jan 2015 19:33:10 +0000 (11:33 -0800)
commit83a1e1871f1e4dab37532d60c455cde4054f0a26
treee65e3cbf736a6adddc3c38a96ea265fa188847d8
parentbbc5acb6de0ca56d7e8366402d68a1a919ca9b23
Change bounce to use mutt_parse_adrlist() for address parsing.

When prompting for recipients, forwarding, replying, and mailing all use
mutt_parse_adrlist() to parse the addresses.  This allows for addresses
to be separated by spaces.

Bounce message currently uses rfc822_parse_adrlist(), which doesn't
allow the spaces.  This one-line patch simply changes bounce to behave
the same as mail, reply, and forwarding for the address prompt.

Thanks to Roger Cornelius for the patch!
commands.c