diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 02:48:38 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-04 02:48:38 +0000 |
commit | e6130aa6c31c18b1d1c955e2936fd4030fa21b33 (patch) | |
tree | 24d46c9ba6d85f567f12098dae2927a607fee38e | |
parent | 3a2f2a98b5a47f792b9f96f3af53bb6946fc4cf7 (diff) | |
download | fetchmail-e6130aa6c31c18b1d1c955e2936fd4030fa21b33.tar.gz fetchmail-e6130aa6c31c18b1d1c955e2936fd4030fa21b33.tar.bz2 fetchmail-e6130aa6c31c18b1d1c955e2936fd4030fa21b33.zip |
Better button.
svn path=/trunk/; revision=1890
-rwxr-xr-x | fetchmailconf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/fetchmailconf b/fetchmailconf index ea0f047f..31d1068f 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -711,11 +711,12 @@ These options control the remote-mail protocol and TCP/IP service port used to query this server. -If you click the `Probe for a server' button, fetchmail -will try to find you the most capable server on the -selected host (this will only work if you're conncted -to the Internet). The probe only checks for ordinary -IMAP and POP protocols; fortunately these are the most +If you click the `Probe for supported protocols' +button, fetchmail will try to find you the most +capable server on the selected host (this will +only work if you're conncted to the Internet). +The probe only checks for ordinary IMAP and POP +protocols; fortunately these are the most frequently supported. The `Protocol' button bar offers you a choice of @@ -848,7 +849,7 @@ class ServerEdit(Frame, MyWidget): Checkbutton(protwin, text="POP3: track `seen' with client-side UIDLs?", variable=self.uidl).pack(side=TOP) - Button(protwin, text='Probe for a server', fg='blue', + Button(protwin, text='Probe for supported protocols', fg='blue', command=self.autoprobe).pack(side=LEFT) Button(protwin, text='Help', fg='blue', command=lambda: helpwin(protohelp)).pack(side=RIGHT) |