program/include/rcube_imap.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_imap.php
@@ -3488,7 +3488,7 @@ if (substr($entry, 0, 7) == '/shared') { return array(substr($entry, 7), 'value.shared'); } else if (substr($entry, 0, 8) == '/private' || substr($entry, 0, 8) == '/protected') { else if (substr($entry, 0, 8) == '/private') { return array(substr($entry, 8), 'value.priv'); }