diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-22 22:37:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-22 22:37:14 +0000 |
commit | 88c40feb0eb6edcfae5b447d6a32c4652f364d21 (patch) | |
tree | 0f83fb5b522897ca65b3373c7020554eeb5968c9 /lib-src/movemail.c | |
parent | 912e8480b7554aa47d66de5c2463552c8872d70a (diff) | |
download | emacs-88c40feb0eb6edcfae5b447d6a32c4652f364d21.tar.gz emacs-88c40feb0eb6edcfae5b447d6a32c4652f364d21.tar.bz2 emacs-88c40feb0eb6edcfae5b447d6a32c4652f364d21.zip |
Comment change.
Diffstat (limited to 'lib-src/movemail.c')
-rw-r--r-- | lib-src/movemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 8ba8a585d33..4ac1343fa9b 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */ /* * Modified January, 1986 by Michael R. Gretzinger (Project Athena) * - * Added POP (Post Office Protocol) service. When compiled -DPOP + * Added POP (Post Office Protocol) service. When compiled -DMAIL_USE_POP * movemail will accept input filename arguments of the form * "po:username". This will cause movemail to open a connection to * a pop server running on $MAILHOST (environment variable). Movemail |