diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |