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)
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.


No differences found