From 063b41f3d0d9005a506cbcdc1d532a928fa8b260 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 8 Feb 2024 19:16:37 +0100 Subject: [PATCH] Rename default_host to imap_host in a comment --- config/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index bfa09da1d..13de9593d 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -367,7 +367,7 @@ $config['oauth_login_redirect'] = false; // Register your service at https://console.developers.google.com/ // - use https:///index.php/login/oauth as redirect URL -// $config['default_host'] = 'ssl://imap.gmail.com'; +// $config['imap_host'] = 'ssl://imap.gmail.com'; // $config['oauth_provider'] = 'google'; // $config['oauth_provider_name'] = 'Google'; // $config['oauth_client_id'] = "";