aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-06 19:52:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-06 19:52:57 +0000
commit582012e400e28648a602804eeea6d701f2295306 (patch)
tree4479151c2773a54535c9373f2f69fa934d1ffd43 /fetchmail.h
parent8fafdda84fb552dbba9829308cd963d5ab78cbdd (diff)
downloadfetchmail-582012e400e28648a602804eeea6d701f2295306.tar.gz
fetchmail-582012e400e28648a602804eeea6d701f2295306.tar.bz2
fetchmail-582012e400e28648a602804eeea6d701f2295306.zip
Try to prevent .fetchids from being randomly nuked.
svn path=/trunk/; revision=2799
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 76ec4a79..02cc3b9b 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -282,6 +282,7 @@ struct query
unsigned int uid; /* UID of user to deliver to */
struct idlist *skipped; /* messages skipped on the mail server */
struct idlist *oldsaved, *newsaved;
+ flag have_uids; /* have we seen UIDs during this query? */
char *lastid; /* last Message-ID seen on this connection */
/* internal use -- per-message state */