aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-04-19 21:52:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-04-19 21:52:22 +0000
commit6b113bbffd60a5428f04ab6ab34f1bca24d76e27 (patch)
tree99336332a62d56ffc97dd46cf5bdd552a23f3cf0
parent1be9f3d9ecc69b8d8b3a272e5368e8a473d2e0a0 (diff)
downloadfetchmail-6b113bbffd60a5428f04ab6ab34f1bca24d76e27.tar.gz
fetchmail-6b113bbffd60a5428f04ab6ab34f1bca24d76e27.tar.bz2
fetchmail-6b113bbffd60a5428f04ab6ab34f1bca24d76e27.zip
Fix comment.
svn path=/trunk/; revision=1749
-rw-r--r--pop3.c3
1 files changed, 2 insertions, 1 deletions
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