diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-02-28 00:31:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-02-28 00:31:27 +0000 |
commit | 2a2c3129e436d7560de8dcfdd11191cfa6506a92 (patch) | |
tree | 4e7c7cbe8887c4c4b55d7bc053c88823197da5f6 /fetchmailconf | |
parent | d4c2c187a478cdfbd55cb262ba8845930764c861 (diff) | |
download | fetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.tar.gz fetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.tar.bz2 fetchmail-2a2c3129e436d7560de8dcfdd11191cfa6506a92.zip |
Ready to ship 5.0.0.
svn path=/trunk/; revision=2393
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 247d9ef4..52682593 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1046,7 +1046,7 @@ class ServerEdit(Frame, MyWidget): rightwin.pack(side=LEFT, anchor=N); def autoprobe(self): - # Note: this only handles case (1) near fetchmail.c:892 + # Note: this only handles case (1) near fetchmail.c:1032 # We're assuming people smart enough to set up ssh tunneling # won't need autoprobing. if self.server.via: |