mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
setting default foldertype to 0=normal
This commit is contained in:
parent
4af5bbc82d
commit
4d020e026e
@ -771,6 +771,7 @@
|
||||
$msg_icon_sm = $GLOBALS['egw']->common->image('felamimail','msg_icon_sm');
|
||||
// determine how to display the current folder: as sent folder (to address visible) or normal (from address visible)
|
||||
$sentFolderFlag =$this->bofelamimail->isSentFolder($this->mailbox);
|
||||
$folderType = 0;
|
||||
if($sentFolderFlag ||
|
||||
false !== in_array($this->mailbox,explode(',',$GLOBALS['egw_info']['user']['preferences']['felamimail']['messages_showassent_0'])))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user