setting default foldertype to 0=normal

This commit is contained in:
Klaus Leithoff 2009-05-28 11:12:16 +00:00
parent 4af5bbc82d
commit 4d020e026e

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