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 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;