COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
o Feature enhancement:
- remove /dev/null as a folder completely from the view
- mark a folder as read (removing it from the view)
-mark a folder as read and write changes to procmail
logfile (experimental and incomplete, but works)
Gubby is a small program that continually shows where Procmail has
placed new email. It runs both in commandline and in an ncurses
environment with colors, and will update the overview in real time,
while using very low resources. Users can launch a specified
mailreader by selecting a folder and pressing enter.
PR: 47907
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>