...
|
...
|
@@ -531,9 +531,6 @@ class MailListV2Es extends Base { |
|
|
}
|
|
|
|
|
|
// 收件箱
|
|
|
$lajiCount = $this->countMail($body,'收件箱');
|
|
|
|
|
|
// 收件箱
|
|
|
if(in_array('inbox',$show_count_filed) || in_array('replied',$show_count_filed)) {
|
|
|
$repliedCount = $shouCount = $this->countMail($body,'收件箱');
|
|
|
}
|
...
|
...
|
|