Removed msgchk(1) as it is hardly useful without POP support.
authormarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 13:30:39 +0000 (15:30 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 13:30:39 +0000 (15:30 +0200)
commitbb9360ead7eb7a3fedcce2eeedfc660014e41dbe
tree7fb48a92d7d511f297d2b5a16ae1e6dad775e5f6
parent32b2354dbaf4bf934936eb5b102a4a3d2fdd209a
Removed msgchk(1) as it is hardly useful without POP support.
It is questionable if msgchk(1) provides more information than:
ls -l /var/mail/meillo
It does separate between old and new mail, but that's not very useful
and can be found out with stat(1) too. A very small shell script should
be equally useful, if there's someone who really uses msgchk(1) and not
simply `inc's.
Concerning the administrative uses of msgchk(1), i.e. querying a set of
users, that's no MUA's task and thus a reason to remove the tool. But
eventually, the question remains the same: What does it provide more than
`ls -l' and `ls -lu'? Is it worth to keep it around? IMO, no.
INSTALL
docs/COMPLETION-BASH
man/Makefile.in
man/mmh-intro.man7
man/msgchk.man1 [deleted file]
uip/Makefile.in
uip/msgchk.c [deleted file]