diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-04 01:58:46 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-04 01:58:46 +0200 |
commit | d7d43f53e1da9d5c57961ea26fefa609de1e30e7 (patch) | |
tree | ea298fda8607764876d84ce0b18bf373c20a4ab8 /imap.c | |
parent | 6fdb9350ecdfd0dc7f65975ac9b4d6ba00161b19 (diff) | |
download | fetchmail-d7d43f53e1da9d5c57961ea26fefa609de1e30e7.tar.gz fetchmail-d7d43f53e1da9d5c57961ea26fefa609de1e30e7.tar.bz2 fetchmail-d7d43f53e1da9d5c57961ea26fefa609de1e30e7.zip |
Fixup: remove unused variables.
Diffstat (limited to 'imap.c')
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |