diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 09:19:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-23 09:19:57 +0000 |
commit | 82e7d2eb2feb04beeedf080c907711a5a350d0ff (patch) | |
tree | 214b99ae9f58f43a019a9c78fe1ebb3ce277fbf9 /imap.c | |
parent | ba16d6471724b0c3786d4a302a9b1d9270a9d439 (diff) | |
download | fetchmail-82e7d2eb2feb04beeedf080c907711a5a350d0ff.tar.gz fetchmail-82e7d2eb2feb04beeedf080c907711a5a350d0ff.tar.bz2 fetchmail-82e7d2eb2feb04beeedf080c907711a5a350d0ff.zip |
Correct bad comments.
svn path=/trunk/; revision=2584
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1315,7 +1315,7 @@ const static struct method imap = imap_canonicalize, /* deal with embedded slashes and spaces */ imap_getauth, /* get authorization */ imap_getrange, /* query range of messages */ - imap_getsizes, /* get sizes of messages (used for --limit option */ + imap_getsizes, /* get sizes of messages (used for ESMTP SIZE option) */ imap_is_old, /* no UID check */ imap_fetch_headers, /* request given message headers */ imap_fetch_body, /* request given message body */ |