Add %(unmailto) format function for List-Post headers
authormarkus schnalke <meillo@marmaro.de>
Tue, 6 Sep 2016 17:53:20 +0000 (19:53 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 6 Sep 2016 17:53:20 +0000 (19:53 +0200)
commitfc9279e818dfc96c63a5d75a89080cc68cfe1170
tree7c5067624d995d5ff263a162a40e88e7f42b7ce8
parent94ac6bbeccca6dcf41f4e84d3a71b437929f98df
Add %(unmailto) format function for List-Post headers

With the unmailto format function it is possible to extract
the address from a List-Post header, which e.g. is:
List-Post: <mailto:mmh@marmaro.de>
Applying  %(unmailto{list-post})  extracts: ``mmh@marmaro.de'',
which then can be used as recipient address for list replies.
A format file (to be used with ``repl -form repllistcomps'')
is included.
etc/Makefile.in
etc/repllistcomps [new file with mode: 0644]
h/fmt_compile.h
man/mh-format.man5
sbr/fmt_compile.c
sbr/fmt_scan.c
uip/fmtdump.c