aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-10-10 20:49:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-10-10 20:49:49 +0000
commitd76c2a989ada984ace971fe86f9fc628b4e6358d (patch)
tree48ba8bd1bd1e9bfc8b0f5cf1182f719ab507bd29 /fetchmail.h
parentc4cd27e0012f3a6b514eb75318e8bb74c5c33c11 (diff)
downloadfetchmail-d76c2a989ada984ace971fe86f9fc628b4e6358d.tar.gz
fetchmail-d76c2a989ada984ace971fe86f9fc628b4e6358d.tar.bz2
fetchmail-d76c2a989ada984ace971fe86f9fc628b4e6358d.zip
Storage cleanup for new dup killer code.
svn path=/trunk/; revision=3855
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 0c78133a..6665ab06 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -315,12 +315,11 @@ struct query
struct idlist *skipped; /* messages skipped on the mail server */
struct idlist *oldsaved, *newsaved;
struct idlist **oldsavedend;
- char thisid[16]; /* Message fingerprint for dup killing */
- char lastid[16]; /* last fingerprint seen on this connection */
+ char lastdigest[DIGESTLEN]; /* last MD5 hash seen on this connection */
/* internal use -- per-message state */
int mimemsg; /* bitmask indicating MIME body-type */
- char digest [DIGESTLEN]; /* md5 digest buffer */
+ char digest[DIGESTLEN]; /* md5 digest buffer */
/* internal use -- housekeeping */
struct query *next; /* next query control block in chain */