grabaddrs(): use userarg_extract()..
commitf2b3836521b06894d274f2ece451d40ae22d5c5a
authorSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Mon, 8 Oct 2012 12:41:57 +0000 (8 14:41 +0200)
committerSteffen "Daode" Nurpmeso <sdaoden@users.sf.net>
Mon, 8 Oct 2012 12:41:57 +0000 (8 14:41 +0200)
tree2e29d6447a55c6fd83e0be6be5c5e117fa33e0f8
parent70f0d3258d61d2df4dae88b441cb7105598c264e
grabaddrs(): use userarg_extract()..

(Add userarg_extract() and use it for commline args.., 2012-10-03)
already did so for the command line args, but in interactive "m"ail
send sessions one was still not able to simply
To: |cat > file1
because in this case sextract() would not have parsed that
correctly.  So force interpretation as comma separated list.
tty.c