From 1afc25e9c598e72a8c3f55f810516b0b4049ec27 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 26 May 1998 03:21:58 +0000 Subject: First hack at novice configure. svn path=/trunk/; revision=1838 --- fetchmailconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmailconf') diff --git a/fetchmailconf b/fetchmailconf index 02f3a530..dda6bd08 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -516,7 +516,7 @@ class ConfigurationEdit(Frame): text='Fetchmail Run Controls', bd=2).pack(side=TOP, pady=10) - df = Frame(gf, relief=RAISED, bd=2) + df = Frame(gf) # Set the poll interval de = LabeledEntry(df, ' Poll interval:', self.poll_interval, '14') @@ -524,7 +524,7 @@ class ConfigurationEdit(Frame): df.pack() if self.mode != 'novice': - sf = Frame(gf, relief=RAISED, bd=2) + sf = Frame(gf) Checkbutton(sf, {'text':'Log to syslog?', 'variable':self.syslog, -- cgit v1.2.3