正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -91,6 +91,7 @@ class MailListV2Es2 extends Base { | @@ -91,6 +91,7 @@ class MailListV2Es2 extends Base { | ||
91 | $where['is_hots'] = 1; | 91 | $where['is_hots'] = 1; |
92 | $where['folder_as_int'] = folder2int('发件箱'); | 92 | $where['folder_as_int'] = folder2int('发件箱'); |
93 | } elseif ($folder=='自动回复收件箱'){ | 93 | } elseif ($folder=='自动回复收件箱'){ |
94 | + $where['is_hots'] = 0; | ||
94 | $where['is_auto'] = 1; | 95 | $where['is_auto'] = 1; |
95 | $where['folder_as_int'] = folder2int('收件箱'); | 96 | $where['folder_as_int'] = folder2int('收件箱'); |
96 | }elseif ($folder=='草稿箱' || $folder=='垃圾箱'){ | 97 | }elseif ($folder=='草稿箱' || $folder=='垃圾箱'){ |
-
请 注册 或 登录 后发表评论