aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-01-17 13:13:28 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-01-17 13:13:28 +0000
commit24a43eed84c8c01689ed42b16ecd510d7dfe78dc (patch)
tree9d8c177cf34f036d0e39cbb31d0e93cb89ba8c24 /pop3.c
parent387cbe8905d7d970c1d231f8bf4bd308019ed483 (diff)
downloadfetchmail-24a43eed84c8c01689ed42b16ecd510d7dfe78dc.tar.gz
fetchmail-24a43eed84c8c01689ed42b16ecd510d7dfe78dc.tar.bz2
fetchmail-24a43eed84c8c01689ed42b16ecd510d7dfe78dc.zip
Change Maillennium warning to put the server's name into quote marks.
svn path=/branches/BRANCH_6-3/; revision=4643
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 e405ea97..463e0145 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.\n"));
ctl->server.workarounds |= WKA_TOP;
}
peek_capable = 0;