mhmail: For mailx(1) compat: A period alone on a line means EOF.
authormarkus schnalke <meillo@marmaro.de>
Sat, 5 May 2012 09:43:24 +0000 (11:43 +0200)
committermarkus schnalke <meillo@marmaro.de>
Sat, 5 May 2012 09:43:24 +0000 (11:43 +0200)
commitaeca8a417f58825dc5c5c3fbd9d958251d6763fe
tree421d0557a44de253092c28bb939318d3c784755c
parentec1868939da034be930a7c86f967036c282680ff
mhmail: For mailx(1) compat: A period alone on a line means EOF.
Also renamed the -body switch to -bodytext because its argument is the
body text and not a file containing the body text. The rename should
clarify this. After all, typing `-body' results in the same as typing
`-bodytext' or only `-b'.
Now, fgets() is used instead of fread(), thus not allowing null-bytes
in the input anymore. This should be no restriction.
man/mhmail.man1