作者 邓超

es

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