diff options
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 (;;) |