From b90e479b92554e503a847e57cef242e453d9fe13 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Wed, 5 Feb 2014 16:46:32 +0000 Subject: [PATCH] Drop old empty message indicator --- include/class.mailfetch.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/class.mailfetch.php b/include/class.mailfetch.php index 36996e950..0c24fa72c 100644 --- a/include/class.mailfetch.php +++ b/include/class.mailfetch.php @@ -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); -- GitLab