Skip to content

Commit

Permalink
Needed those pre tags after all
Browse files Browse the repository at this point in the history
  • Loading branch information
stefancrain committed Jan 24, 2013
1 parent 56c3a89 commit 339529a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions civicrm/scripts/processMailboxes.php
Expand Up @@ -493,11 +493,8 @@ function civiProcessEmail($email, $customHandler)
}

// html emails need to be pre tagged
if($html){

$email->body = '<pre>'.$email->body.'</pre>';
}else{
$email->body = $email->body;
}

// Use the e-mail from the body of the message (or header if direct) to find traget contact
$params = array('version' => 3, 'activity' => 'get', 'email' => $fromEmail['email'], );
Expand Down

0 comments on commit 339529a

Please sign in to comment.