summaryrefslogtreecommitdiff
path: root/imap
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-13 16:24:13 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-13 16:24:13 -0600
commitf01a2f1b004a165710d2aae9e42a048418333293 (patch)
tree75704d939e7d0c96bc2f11f9dd0860f2b4b8984a /imap
parentd8d8e7ed38592812cc1238b87d18f46b9e83a45e (diff)
downloadalpine-f01a2f1b004a165710d2aae9e42a048418333293.tar.xz
* Promote the login authentication method higher than
OAUTHBEARER and XOAUTH2. This avoids using these authentication methods when other authentication methods are still working.
Diffstat (limited to 'imap')
-rw-r--r--imap/src/osdep/unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile
index 5c9c605..dd98eb8 100644
--- a/imap/src/osdep/unix/Makefile
+++ b/imap/src/osdep/unix/Makefile
@@ -139,7 +139,7 @@ RANLIB?=ranlib
# Standard distribution build parameters
-DEFAULTAUTHENTICATORS=ext md5 pla bea oa2 log
+DEFAULTAUTHENTICATORS=ext md5 pla log bea oa2
#
# mh needs to be after any other directory format drivers (such as mx or mix)
# since otherwise mh will seize any directory that is under the mh path.