aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index f13b1205..e8286d48 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -316,7 +316,7 @@ struct query
struct idlist *oldsaved, *newsaved;
struct idlist **oldsavedend;
char *lastid; /* last Message-ID seen on this connection */
- char *thisid; /* Message-ID of current message */
+ char thisid[16]; /* Message fingerprint for dup killing */
/* internal use -- per-message state */
int mimemsg; /* bitmask indicating MIME body-type */