diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-06-13 16:24:13 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-06-13 16:24:13 -0600 |
commit | f01a2f1b004a165710d2aae9e42a048418333293 (patch) | |
tree | 75704d939e7d0c96bc2f11f9dd0860f2b4b8984a | |
parent | d8d8e7ed38592812cc1238b87d18f46b9e83a45e (diff) | |
download | alpine-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.
-rw-r--r-- | imap/src/osdep/unix/Makefile | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile index 5c9c6051..dd98eb81 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. diff --git a/pith/pine.hlp b/pith/pine.hlp index 28d175cb..05724979 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 445 2020-06-13 14:13:45 +Alpine Commit 446 2020-06-13 16:24:09 ============= h_news ================= <HTML> <HEAD> |