From 9ae98cb27ed3c6856a5169f96ce11f278b057e2d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 30 Sep 1997 18:38:10 +0000 Subject: Smart re-polling support. svn path=/trunk/; revision=1437 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index df817234..91c6bbf6 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -171,6 +171,7 @@ struct method int (*trail)(); /* eat trailer of a message */ int (*delete)(); /* delete method */ int (*logout_cmd)(); /* logout command */ + flag retry; /* can getrange poll for new messages? */ }; #define TAGLEN 6 -- cgit v1.2.3