diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-06 05:57:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-06 05:57:24 +0000 |
commit | dc0f035db097d931f8284bb390883a9f6d6a6747 (patch) | |
tree | 7b377f717287d702653ba95066de9ddfc9dddb01 /fetchmailconf | |
parent | 86855b6286eb07133b0dfa1a7476ccd07f38ae30 (diff) | |
download | fetchmail-dc0f035db097d931f8284bb390883a9f6d6a6747.tar.gz fetchmail-dc0f035db097d931f8284bb390883a9f6d6a6747.tar.bz2 fetchmail-dc0f035db097d931f8284bb390883a9f6d6a6747.zip |
Doc fixes.
svn path=/trunk/; revision=1918
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 2ba73689..98e9e57d 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -985,7 +985,7 @@ knows all about qpopper. It appears you're talking to CompuServe. You can use their special RPA service for authentication, but only if your fetchmail -V output's first line contains the string "RPA". This is not included in stock fetchmail -binsries; to compile it in, rebuild from sources with the configure +binaries; to compile it in, rebuild from sources with the configure option --enable-RPA. """ if string.find(greetline, "IMAP2bis") > 0: |