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 5a146ce8..6c7eced3 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -88,7 +88,7 @@ struct hostrec int skip; /* unseen, previous state of mailbox (initially from .fetchids) */ - struct idlist *saved, *unseen; + struct idlist *oldsaved, *newsaved; /* internal use */ int active; |