]> Pileus Git - ~andy/fetchmail/commitdiff
Change the autoproble order.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 28 Sep 1996 12:50:26 +0000 (12:50 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 28 Sep 1996 12:50:26 +0000 (12:50 -0000)
svn path=/trunk/; revision=170

fetchmail.c

index 5b59db476b8c5d0aab13868ca609bdf18c3c2f97..41e07cfa5855d5194a53c4fdac0255c0d5eaa1e3 100644 (file)
@@ -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 */