forked from extern/egroupware
without --topfolder--
This commit is contained in:
parent
359386c084
commit
2a03b988d2
@ -101,11 +101,13 @@ class mail_ui
|
|||||||
// filter is used to choose the mailbox
|
// filter is used to choose the mailbox
|
||||||
//if (!isset($content['nm']['foldertree'])) // maybe we fetch the folder here
|
//if (!isset($content['nm']['foldertree'])) // maybe we fetch the folder here
|
||||||
$sel_options['foldertree'] = array(
|
$sel_options['foldertree'] = array(
|
||||||
'--topfolder--'=>array('label'=>'IMAP Server','title'=>'IMAP Server','image'=>'thunderbird.png'),
|
//'--topfolder--'=>array('label'=>'IMAP Server','title'=>'IMAP Server','image'=>'thunderbird.png'),
|
||||||
'--topfolder--/INBOX'=>array('label'=>'INBOX','title'=>'INBOX','image'=>'kfm_home.png'),
|
'/INBOX'=>array('label'=>'INBOX','title'=>'INBOX','image'=>'kfm_home.png'),
|
||||||
'--topfolder--/INBOX/sub'=>array('label'=>'sub','title'=>'INBOX/sub'),
|
'/INBOX/sub'=>array('label'=>'sub','title'=>'INBOX/sub'),
|
||||||
|
'/user' => array('label' => 'user'),
|
||||||
|
'/user/birgit' => 'birgit',
|
||||||
);
|
);
|
||||||
$content['nm']['foldertree'] = '--topfolder--/INBOX/sub';
|
$content['nm']['foldertree'] = '/INBOX/sub';
|
||||||
$sel_options['cat_id'] = array(1=>'none');
|
$sel_options['cat_id'] = array(1=>'none');
|
||||||
if (!isset($content['nm']['filter'])) $content['nm']['filter'] = 'INBOX';
|
if (!isset($content['nm']['filter'])) $content['nm']['filter'] = 'INBOX';
|
||||||
if (!isset($content['nm']['cat_id'])) $content['nm']['cat_id'] = 'All';
|
if (!isset($content['nm']['cat_id'])) $content['nm']['cat_id'] = 'All';
|
||||||
|
Loading…
Reference in New Issue
Block a user