diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 46344627..4ed413e8 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -308,6 +308,7 @@ struct query struct idlist *skipped; /* messages skipped on the mail server */ struct idlist *oldsaved, *newsaved; char *lastid; /* last Message-ID seen on this connection */ + char *thisid; /* Message-ID of current message */ /* internal use -- per-message state */ int mimemsg; /* bitmask indicating MIME body-type */ |