From 7a9617968ba3bd58a0388559ac9020a4622181b1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 28 Sep 1996 12:50:26 +0000 Subject: Change the autoproble order. svn path=/trunk/; revision=170 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 5b59db47..41e07cfa 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -302,9 +302,9 @@ int proto; } /* - * Sequence of protocols to try when autoprobing + * Sequence of protocols to try when autoprobing, most capable to least. */ -static const int autoprobe[] = {P_POP3, P_IMAP, P_POP2}; +static const int autoprobe[] = {P_IMAP, P_POP3, P_POP2}; int query_host(queryctl) /* perform fetch transaction with single host */ -- cgit v1.2.3