[2677] in Release_Engineering
from
daemon@ATHENA.MIT.EDU (John Carr)
Mon Jul 1 01:46:18 1991
To: rel-eng@ATHENA.MIT.EDU
Date: Mon, 01 Jul 91 01:46:14 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>
I've made fixes and improvements to from.
. from compiles on the RT and VAX
. use AnsiCC() in Imakefile
. NULL is not an integer
. fix interaction of local and POP mail (so it doesn't
say "you have no mail" unless you have no mail anywhere)
. add option to print only total number of messages
. add option to never say "you have no mail"
. check for NULL return from malloc
. count local messages
. replace "#endif foo" with "#endif"
Now "from -n -t" acts like "msgchk -nonotify nomail".
To get the fixed sources:
attach achates:src
cd /achates/src/usr.athena/from
Everything except emul_re.c has changed.