From 582012e400e28648a602804eeea6d701f2295306 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Mar 2000 19:52:57 +0000 Subject: Try to prevent .fetchids from being randomly nuked. svn path=/trunk/; revision=2799 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3