diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-28 16:34:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-28 16:34:54 +0000 |
commit | 1d4c630077479c5b7b7b8a37970d61db0597cc9b (patch) | |
tree | 89651a7d006115c02edaa76bbf80736205ab3b17 /driver.c | |
parent | 24b7c26905eff4f805e351f06d05229a36e7a370 (diff) | |
download | fetchmail-1d4c630077479c5b7b7b8a37970d61db0597cc9b.tar.gz fetchmail-1d4c630077479c5b7b7b8a37970d61db0597cc9b.tar.bz2 fetchmail-1d4c630077479c5b7b7b8a37970d61db0597cc9b.zip |
Fixed an undead-message hole.
svn path=/trunk/; revision=2220
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1662,7 +1662,8 @@ const struct method *proto; /* protocol method table */ * other hand, you can (peek_capable is set by * each driver module to convey this; it's not a * method constant because of the difference between - * IMAP2bis and IMAP4). + * IMAP2bis and IMAP4, and because POP3 doesn't peek + * if fetchall is on). * * The result of being unable to peek is that if there's * any kind of transient error (DNS lookup failure, or |