aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
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 (;;)