From 6b113bbffd60a5428f04ab6ab34f1bca24d76e27 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 19 Apr 1998 21:52:22 +0000 Subject: Fix comment. svn path=/trunk/; revision=1749 --- pop3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pop3.c b/pop3.c index 6a63779d..be576115 100644 --- a/pop3.c +++ b/pop3.c @@ -538,7 +538,8 @@ static int pop3_fetch(int sock, struct query *ctl, int number, int *lenp) * * However...*don't* do this if we're using keep to suppress deletion! * In that case, marking the seen flag is the only way to prevent the - * message from being re-fetched on subsequent runs. */ + * message from being re-fetched on subsequent runs. + */ if (ctl->keep) gen_send(sock, "RETR %d", number); else -- cgit v1.2.3