瀏覽代碼

fix uid => uid_support

stekkel 23 年之前
父節點
當前提交
4789465f6e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/read_body.php

+ 2 - 2
src/read_body.php

@@ -260,12 +260,12 @@ function SendMDN ( $recipient , $sender) {
 
 
 function ToggleMDNflag ( $set ) {
-    global $imapConnection, $passed_id, $mailbox, $uid;
+    global $imapConnection, $passed_id, $mailbox, $uid_support;
     sqimap_mailbox_select($imapConnection, $mailbox);
     $sg =  $set?'+':'-';
     $cmd = 'STORE ' . $passed_id . ' ' . $sg . 'FLAGS ($MDNSent)';
     $read = sqimap_run_command ($imapConnection, $cmd, true, $response, 
-                                $readmessage, $uid);
+                                $readmessage, $uid_support);
 }
 
 function ClearAttachments() {