[7087] in Athena Bugs
tiny error in source of movemail.c
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Feb 11 10:15:00 1991
Date: Mon, 11 Feb 1991 10:14:44 -0500 (EST)
From: Bill Cattey <wdc@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
The GNU Emacs movemail program redundantly defines
KTEXT ticket = (KTEXT)NULL;
as a global, when the pop_init procedure within the file happily defines
it as an automatic.
The global should be deleted. It's misleading to those of us who use
the code as an example of how to hook-up to the pop server.
-wdc