diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-10-18 10:20:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-10-18 10:20:44 +0000 |
commit | ba67703a83775ce97c7002a46961b4a3c1ae9fe2 (patch) | |
tree | b9cbd875c96bc74f906fad561ed8e6095c38ce11 /fetchmailconf | |
parent | 229ddf4336f2f7c8135990f48c76f8ac771d8f3d (diff) | |
download | fetchmail-ba67703a83775ce97c7002a46961b4a3c1ae9fe2.tar.gz fetchmail-ba67703a83775ce97c7002a46961b4a3c1ae9fe2.tar.bz2 fetchmail-ba67703a83775ce97c7002a46961b4a3c1ae9fe2.zip |
OTP fix patches from Stanislav Brabec.
svn path=/trunk/; revision=3735
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 2afe5b33..4ce4a319 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -414,7 +414,7 @@ defaultports = {"auto":0, "ETRN":25, "ODMR":366} -authlist = ("any", "password", "gssapi", "kerberos", "ssh") +authlist = ("any", "password", "gssapi", "kerberos", "ssh", "otp") listboxhelp = { 'title' : 'List Selection Help', |