Dropped old show(1) and renamed mhshow(1) to show(1).
authormarkus schnalke <meillo@marmaro.de>
Mon, 30 Apr 2012 14:33:55 +0000 (16:33 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 30 Apr 2012 14:33:55 +0000 (16:33 +0200)
commit4c1efddfd499300c7e74263e57d8aa137e84c853
tree218d91108a129d3fdd6877185731833b3c87ed36
parentda2ccd847bcb978a51b946e934ac91a2af7347fa
Dropped old show(1) and renamed mhshow(1) to show(1).
If you do want to display non-MIME messages the old way, you can use:
mhl `mhpath ...`
The choice of renaming was hard to decide because I will introduce confusion
and breaks the interface (mmh broke it already!). I though renamed, because
the new situation is what we actually want: One program to display messages
in a sane way. We used to type `show' and silently got `mhshow' when it
contained non-trivial MIME content. That was a workaround and clearly not
straight-forward. The improve the situation show(1) needed to be dropped.
Because users don't want to type `mhshow', I decided to renamed it to `show'.
Hope I won't introduce too many inconveniences with this decision.
18 files changed:
INSTALL
config/config.c
docs/COMPLETION-BASH
docs/COMPLETION-ZSH
man/Makefile.in
man/mh-profile.man5
man/mh-sequence.man7
man/mhbuild.man1
man/mhlist.man1
man/mhshow.man1 [deleted file]
man/mhstore.man1
man/mmh-intro.man7
man/send.man1
man/show.man1
uip/Makefile.in
uip/mhshow.c
uip/mhshowsbr.c
uip/show.c [deleted file]