* not merge mails if method is browse of mail module.

This commit is contained in:
chenfeiCF
2016-12-21 14:46:28 +08:00
parent 5e81dbdb56
commit a94a63998b
+1 -1
View File
@@ -523,7 +523,7 @@ class mailModel extends model
->page($pager)
->fetchAll('id');
if($this->config->mail->mta == 'sendcloud') return $mails;
if($this->app->methodName == 'browse' or $this->config->mail->mta == 'sendcloud') return $mails;
/* Group mails by toList and ccList. */
$groupMails = array();