diff --git a/ident_switch.php b/ident_switch.php index 8cad50e..2813b02 100644 --- a/ident_switch.php +++ b/ident_switch.php @@ -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;