Create two new mh-format functions: %(putlit) and %(concataddr).
authorKen Hornstein <kenh@pobox.com>
Fri, 13 Jan 2012 02:07:33 +0000 (21:07 -0500)
committerKen Hornstein <kenh@pobox.com>
Fri, 13 Jan 2012 02:07:33 +0000 (21:07 -0500)
%(putlit) outputs a string without any space compression or control character
conversion

%(concataddr) is just like %(formataddr), except that inside of repl there
will not be any duplicate address supression.


No differences found