diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-10 13:21:18 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-10 13:21:18 +0000 |
commit | 9c624b9ce0f6a566193507bbcf4dd360f7a08445 (patch) | |
tree | a2359158143915507c53ead9f30e8c81f8ed4e1a /imap.c | |
parent | a6b119455ce2c0f8d66cf54b9d368db26006d88a (diff) | |
download | fetchmail-9c624b9ce0f6a566193507bbcf4dd360f7a08445.tar.gz fetchmail-9c624b9ce0f6a566193507bbcf4dd360f7a08445.tar.bz2 fetchmail-9c624b9ce0f6a566193507bbcf4dd360f7a08445.zip |
-Wall cleanup.
svn path=/trunk/; revision=1497
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -462,7 +462,6 @@ static int imap_getsizes(int sock, int count, int *sizes) /* capture the sizes of all messages */ { char buf [POPBUFSIZE+1]; - int i; gen_send(sock, "FETCH 1:%d RFC822.SIZE", count); for (;;) |