diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | driver.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -12,6 +12,11 @@ Release Notes: ------------------------------------------------------------------------------ +fetchmail-4.2.8 () +* Fixed a bug in POP2 compilation introduced sometime after 4.0.8. + +There are 284 people on the fetchmail-friends list. + fetchmail-4.2.7 (Fri Sep 26 11:21:15 EDT 1997) * Full OTP support with Craig Metz's libopie 2.32 or higher. * Major upgrade of FAQ with a procedure for diagnosing mangled-mail problems. @@ -597,7 +597,7 @@ int num; /* index of message */ * forward it to the user so he or she will have some clue * that things have gone awry. */ - if (protocol != pop2) + if (protocol->port != 109) #endif /* POP2_ENABLE */ if (num == 1 && !strncasecmp(line, "X-IMAP:", 7)) return(PS_RETAINED); |