mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:51:35 +01:00
foldertreatment setting default foldertype
This commit is contained in:
parent
ed7f82f798
commit
c053a2610d
@ -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