diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 06:34:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 06:34:46 +0000 |
commit | 65b310a77efb75cd01d355df779cf4721156f89e (patch) | |
tree | 53c41d5c9db2ffeb91546fb12c5071d8fc97e10d /fetchmail.h | |
parent | 2cc82b76e6597d6d5c984a27abf041666ed7aa1b (diff) | |
download | fetchmail-65b310a77efb75cd01d355df779cf4721156f89e.tar.gz fetchmail-65b310a77efb75cd01d355df779cf4721156f89e.tar.bz2 fetchmail-65b310a77efb75cd01d355df779cf4721156f89e.zip |
Implemented support for RFC2177 IDLE command.
svn path=/trunk/; revision=2790
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |