作者 邓超

x

@@ -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=='垃圾箱'){