mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +01:00
* email: fix bug introduced with rev37914, sometimes an additional Mailbox Mail was introduced, as Mail was assumed falsely as mailbox prefix
This commit is contained in:
parent
604d391537
commit
28b9d7980f
@ -1880,7 +1880,7 @@ class felamimail_bo
|
||||
if($type == 'personal' && ($singleNameSpace[2]['name'] == '#mh/' || count($nameSpace) == 1) && ($this->icServer->mailboxExist('Mail')||$this->icServer->mailboxExist('INBOX'))) {
|
||||
$prefix_present = 'forced';
|
||||
// uw-imap server with mailbox prefix or dovecot maybe
|
||||
$foldersNameSpace[$type]['prefix'] = 'Mail';
|
||||
$foldersNameSpace[$type]['prefix'] = ($this->icServer->mailboxExist('Mail')?'Mail':'');
|
||||
} elseif($type == 'personal' && ($singleNameSpace[2]['name'] == '#mh/' || count($nameSpace) == 1) && $this->icServer->mailboxExist('mail')) {
|
||||
$prefix_present = 'forced';
|
||||
// uw-imap server with mailbox prefix or dovecot maybe
|
||||
|
Loading…
Reference in New Issue
Block a user