作者 邓超

x

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