aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-24 00:18:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-24 00:18:21 +0000
commitc753710356d36bb624bd975a8409a6d794c00dda (patch)
tree69d2cfa94a0e1e61ead44130bcbf25f586f6baed /imap.c
parentd2d2a311c916b79faff67d00ba0cc5b9e3a0bdb8 (diff)
downloadfetchmail-c753710356d36bb624bd975a8409a6d794c00dda.tar.gz
fetchmail-c753710356d36bb624bd975a8409a6d794c00dda.tar.bz2
fetchmail-c753710356d36bb624bd975a8409a6d794c00dda.zip
Incorporated Henrik Storner's mimedecode patch.
svn path=/trunk/; revision=1719
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap.c b/imap.c
index 227565cd..86a5e245 100644
--- a/imap.c
+++ b/imap.c
@@ -709,13 +709,13 @@ static int internal_expunge(int sock)
static int imap_getrange(int sock,
struct query *ctl,
const char *folder,
- int *countp, int *newp)
+ int *countp, int *newp, int *bytes)
/* get range of messages to be fetched */
{
int ok;
/* find out how many messages are waiting */
- recent = unseen = -1;
+ *bytes, recent = unseen = -1;
if (pass > 1)
{