foldertreatment setting default foldertype

This commit is contained in:
Klaus Leithoff 2009-05-28 11:11:18 +00:00
parent ed7f82f798
commit c053a2610d

View File

@ -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'])))
{