talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 56b3b6bc4ab21a0c0c18ab1e3ed5d5acb1659817
parent 70c0261fcb8eb0fe73a59a3b80f2559b6294e3f3
Author: paul <paul@claws-mail.org>
Date:   Thu, 15 Apr 2021 20:56:16 +0100

move the OAUTH2 page above the Advanced page

Diffstat:
Msrc/prefs_account.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs_account.c b/src/prefs_account.c @@ -4311,8 +4311,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)