aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
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 /fetchmail.h
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 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 67320374..b6ecb534 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -359,6 +359,7 @@ struct query
struct idlist *oldsaved, *newsaved;
struct idlist **oldsavedend;
char lastdigest[DIGESTLEN]; /* last MD5 hash seen on this connection */
+ char *folder; /* folder currently being polled */
/* internal use -- per-message state */
int mimemsg; /* bitmask indicating MIME body-type */