From c4cd27e0012f3a6b514eb75318e8bb74c5c33c11 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 2003 20:41:56 +0000 Subject: Dup killer now uses an MD5 hash of the message headers. svn path=/trunk/; revision=3854 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.h b/fetchmail.h index e8286d48..0c78133a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -315,8 +315,8 @@ struct query struct idlist *skipped; /* messages skipped on the mail server */ struct idlist *oldsaved, *newsaved; struct idlist **oldsavedend; - char *lastid; /* last Message-ID seen on this connection */ char thisid[16]; /* Message fingerprint for dup killing */ + char lastid[16]; /* last fingerprint seen on this connection */ /* internal use -- per-message state */ int mimemsg; /* bitmask indicating MIME body-type */ -- cgit v1.2.3