diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-10 22:11:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-10 22:11:36 +0000 |
commit | 3b86b66668ca47b1f439fb5f49e3f8078caf4a33 (patch) | |
tree | 1a79559624da526ea2cb94cb16623c6340854403 /fetchmail.h | |
parent | 9eaa83099fdcaa492e2ec8df46f4eb81c9dd813d (diff) | |
download | fetchmail-3b86b66668ca47b1f439fb5f49e3f8078caf4a33.tar.gz fetchmail-3b86b66668ca47b1f439fb5f49e3f8078caf4a33.tar.bz2 fetchmail-3b86b66668ca47b1f439fb5f49e3f8078caf4a33.zip |
UIDs, take 3.
svn path=/trunk/; revision=290
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; |