aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-04-01 10:31:07 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-04-01 10:31:07 +0000
commit26e3640e0627906e32340df39d41ae73a999f00c (patch)
tree9c00d5855e12276ceec62e21bcfacf753489017b /driver.c
parent62977c31da1eec0999a5d5b787966f1bd1f92ce2 (diff)
downloadfetchmail-26e3640e0627906e32340df39d41ae73a999f00c.tar.gz
fetchmail-26e3640e0627906e32340df39d41ae73a999f00c.tar.bz2
fetchmail-26e3640e0627906e32340df39d41ae73a999f00c.zip
Add folder information to headers in tracepoll mode.
Reported by Terry Brown. svn path=/branches/BRANCH_6-3/; revision=4764
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index f58779f5..c4c6c938 100644
--- a/driver.c
+++ b/driver.c
@@ -1297,6 +1297,7 @@ is restored."));
/* now iterate over each folder selected */
for (idp = ctl->mailboxes; idp; idp = idp->next)
{
+ ctl->folder = idp->id;
pass = 0;
do {
dispatches = 0;
@@ -1568,6 +1569,7 @@ is restored."));
closeUp:
xfree(msgsizes);
+ ctl->folder = NULL;
/* execute wrapup command, if any */
if (ctl->postconnect && (tmperr = system(ctl->postconnect)))