From 06470851ed8433e49fcb9de36f0010d2c2d6b7cc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 23 Jul 2000 03:40:34 +0000 Subject: Minor update. svn path=/trunk/; revision=2927 --- fetchmailconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 7f3778f7..16fc806c 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1522,8 +1522,8 @@ class UserEdit(Frame, MyWidget): self.fetchlimit, '30').pack(side=TOP, fill=X) LabeledEntry(limwin, 'Max messages to forward per poll:', self.batchlimit, '30').pack(side=TOP, fill=X) - if self.parent.server.protocol in ('IMAP', 'IMAP-K4', 'IMAP-GSS'): - LabeledEntry(limwin, 'Interval between expunges (IMAP):', + if self.parent.server.protocol != 'ETRN': + LabeledEntry(limwin, 'Interval between expunges:', self.expunge, '30').pack(side=TOP, fill=X) Checkbutton(limwin, text="Idle after each poll (IMAP only)", variable=self.idle).pack(side=TOP, anchor=W) -- cgit v1.2.3