aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-10 13:21:18 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-10 13:21:18 +0000
commit9c624b9ce0f6a566193507bbcf4dd360f7a08445 (patch)
treea2359158143915507c53ead9f30e8c81f8ed4e1a /imap.c
parenta6b119455ce2c0f8d66cf54b9d368db26006d88a (diff)
downloadfetchmail-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 315f5407..e6958f67 100644
--- a/imap.c
+++ b/imap.c
@@ -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 (;;)