[Commits] [SCM] claws branch, master, updated. 3.17.8-69-g1b2f2a0f0
paul at claws-mail.org
paul at claws-mail.org
Thu Apr 15 21:56:55 CEST 2021
The branch, master has been updated
via 1b2f2a0f0116831a4f6375a39269f59d1b78821e (commit)
from 3c6e333b6e1337231fde44f6c61eb85541ecc4ad (commit)
Summary of changes:
src/prefs_account.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 1b2f2a0f0116831a4f6375a39269f59d1b78821e
Author: paul <paul at claws-mail.org>
Date: Thu Apr 15 20:56:16 2021 +0100
move the OAUTH2 page above the Advanced page
diff --git a/src/prefs_account.c b/src/prefs_account.c
index ae56b62db..d8de029bc 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -4361,8 +4361,8 @@ void prefs_account_init()
hooks_register_hook(SSL_CERT_GET_PASSWORD, sslcert_get_password, NULL);
#endif
register_proxy_page();
- register_advanced_page();
register_oauth2_page();
+ register_advanced_page();
}
PrefsAccount *prefs_account_new(void)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list