Skip to content
Snippets Groups Projects
Commit b90e479b authored by Peter Rotich's avatar Peter Rotich
Browse files

Drop old empty message indicator

parent d3b3acbf
No related branches found
No related tags found
No related merge requests found
......@@ -573,10 +573,6 @@ class MailFetcher {
if(!$vars['name'])
list($vars['name']) = explode('@', $vars['email']);
//An email with just attachments can have empty body.
if(!$vars['message'])
$vars['message'] = '--';
if($ost->getConfig()->useEmailPriority())
$vars['priorityId']=$this->getPriority($mid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment