Re-added whom(1). This implementation is written from scratch.
authormarkus schnalke <meillo@marmaro.de>
Fri, 6 Jul 2012 15:51:37 +0000 (17:51 +0200)
committermarkus schnalke <meillo@marmaro.de>
Fri, 6 Jul 2012 15:51:37 +0000 (17:51 +0200)
commit204c305913a20d207cba063ec2da8d0275d2da5d
tree015ded2f9e9df1275e1c47bc57d82e116ca0733d
parentc3b491e413335224388481939948dd6af4179851
Re-added whom(1). This implementation is written from scratch.
This new version of whom(1) is quite different to the old one,
yet it serves the same purpose: listing the recipients of a message.
It still misses the ability to process +folder and msgs arguments.
As this implementation is new and not much practically tested,
it may change in the future, if flaws appear.
man/Makefile.in
man/whom.man1 [new file with mode: 0644]
uip/Makefile.in
uip/whom.c [new file with mode: 0644]