aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-01-17 13:20:02 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-01-17 13:20:02 +0000
commitc30e3c520166adcfdffb9e292852f9bbd29c59df (patch)
treed05b2938d6fe5273f4e71d8f2d555e312de81f35 /pop3.c
parentdd9574cc1c6a3254be81fe1f9014a8b8fdc649ea (diff)
downloadfetchmail-c30e3c520166adcfdffb9e292852f9bbd29c59df.tar.gz
fetchmail-c30e3c520166adcfdffb9e292852f9bbd29c59df.tar.bz2
fetchmail-c30e3c520166adcfdffb9e292852f9bbd29c59df.zip
Clarify Maillennium workaround warning even more (...instead of TOP).
svn path=/branches/BRANCH_6-3/; revision=4645
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 463e0145..d3bba8d5 100644
--- a/pop3.c
+++ b/pop3.c
@@ -333,7 +333,7 @@ static int pop3_getauth(int sock, struct query *ctl, char *greeting)
*/
if (peek_capable && strstr(greeting, "Maillennium POP3/PROXY server")) {
if ((ctl->server.workarounds & WKA_TOP) == 0) {
- report(stdout, GT_("Warning: \"Maillennium POP3/PROXY server\" found, using RETR command.\n"));
+ report(stdout, GT_("Warning: \"Maillennium POP3/PROXY server\" found, using RETR command instead of TOP.\n"));
ctl->server.workarounds |= WKA_TOP;
}
peek_capable = 0;