aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2011-05-04 01:58:46 +0200
committerMatthias Andree <matthias.andree@gmx.de>2011-05-04 01:58:46 +0200
commitd7d43f53e1da9d5c57961ea26fefa609de1e30e7 (patch)
treeea298fda8607764876d84ce0b18bf373c20a4ab8 /imap.c
parent6fdb9350ecdfd0dc7f65975ac9b4d6ba00161b19 (diff)
downloadfetchmail-d7d43f53e1da9d5c57961ea26fefa609de1e30e7.tar.gz
fetchmail-d7d43f53e1da9d5c57961ea26fefa609de1e30e7.tar.bz2
fetchmail-d7d43f53e1da9d5c57961ea26fefa609de1e30e7.zip
Fixup: remove unused variables.
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 6145564b..0bbf06db 100644
--- a/imap.c
+++ b/imap.c
@@ -761,7 +761,7 @@ static int imap_idle(int sock)
static int imap_search(int sock, struct query *ctl, int count)
/* search for unseen messages */
{
- int ok, first, last;
+ int ok;
char buf[MSGBUFSIZE+1], *cp;
/* Don't count deleted messages. Enabled only for IMAP4 servers or