diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-04-19 21:52:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-04-19 21:52:22 +0000 |
commit | 6b113bbffd60a5428f04ab6ab34f1bca24d76e27 (patch) | |
tree | 99336332a62d56ffc97dd46cf5bdd552a23f3cf0 | |
parent | 1be9f3d9ecc69b8d8b3a272e5368e8a473d2e0a0 (diff) | |
download | fetchmail-6b113bbffd60a5428f04ab6ab34f1bca24d76e27.tar.gz fetchmail-6b113bbffd60a5428f04ab6ab34f1bca24d76e27.tar.bz2 fetchmail-6b113bbffd60a5428f04ab6ab34f1bca24d76e27.zip |
Fix comment.
svn path=/trunk/; revision=1749
-rw-r--r-- | pop3.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |