...
|
...
|
@@ -405,8 +405,10 @@ class MailListV2 extends Base { |
|
|
$sql .= ') and ';
|
|
|
}
|
|
|
|
|
|
|
|
|
$shouCount = db()->cache($this->cache)->count($sql . dbWhere($where));
|
|
|
// 收件箱
|
|
|
if(in_array('replied',$show_count_filed)) {
|
|
|
$shouCount = db()->cache($this->cache)->count($sql . dbWhere($where));
|
|
|
}
|
|
|
|
|
|
// 收件箱中标记为已回复的邮件
|
|
|
if(in_array('replied',$show_count_filed)){
|
...
|
...
|
@@ -424,8 +426,6 @@ class MailListV2 extends Base { |
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 星标
|
|
|
if(in_array('flagged',$show_count_filed)) {
|
|
|
$where['flagged'] = 1;
|
...
|
...
|
|