From 65b310a77efb75cd01d355df779cf4721156f89e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Mar 2000 06:34:46 +0000 Subject: Implemented support for RFC2177 IDLE command. svn path=/trunk/; revision=2790 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index ade31a5a..76ec4a79 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -260,6 +260,7 @@ struct query flag pass8bits; /* if TRUE, ignore Content-Transfer-Encoding */ flag dropstatus; /* if TRUE, drop Status lines in mail */ flag mimedecode; /* if TRUE, decode MIME-armored messages */ + flag idle; /* if TRUE, idle after each poll */ int limit; /* limit size of retrieved messages */ int warnings; /* size warning interval */ int fetchlimit; /* max # msgs to get in single poll */ -- cgit v1.2.3