fix imap delimiter switching

This commit is contained in:
Christian Landvogt
2019-12-13 09:35:08 +01:00
parent abc3c9ea5f
commit 67fc6b8b66

View File

@@ -603,7 +603,7 @@ class ident_switch extends rcube_plugin
if ($ssl)
$host = "{$ssl}://{$host}";
$delimiter = $r['delimiter'] ? $r['delimiter'] : '.'; // Default delimiter here
$delimiter = $r['imap_delimiter'] ? $r['imap_delimiter'] : '.'; // Default delimiter here
$_SESSION['storage_host'] = $host;
$_SESSION['storage_ssl'] = $ssl;