作者 邓超

x

@@ -167,7 +167,7 @@ class MailListV2 extends Base { @@ -167,7 +167,7 @@ class MailListV2 extends Base {
167 $sql = "select %s from `lists` where ".dbWhere($where); 167 $sql = "select %s from `lists` where ".dbWhere($where);
168 168
169 /************ 2024-09-02 *************/ 169 /************ 2024-09-02 *************/
170 - if($folder=='收件箱' && empty($where['flagged'])) { 170 + if($folder=='收件箱' && empty($where['flagged']) && !$ids) {
171 171
172 $sql = "select %s from `lists` left join `lists_auto` on `lists`.`id`= `lists_auto`.`list_id` where ".dbWhere($where); 172 $sql = "select %s from `lists` left join `lists_auto` on `lists`.`id`= `lists_auto`.`list_id` where ".dbWhere($where);
173 if(!empty($is_auto_inbox)){ 173 if(!empty($is_auto_inbox)){