浏览代码

Fixes forwarding messages when not using server side sorting (undefined variable)

Jimmy Conner 22 年之前
父节点
当前提交
812d233505
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/move_messages.php

+ 1 - 1
src/move_messages.php

@@ -50,7 +50,7 @@ function putSelectedMessagesIntoString($msg) {
 }
 
 function attachSelectedMessages($msg, $imapConnection) {
-    global $username, $attachment_dir,  
+    global $username, $attachment_dir, $startMessage,
            $data_dir, $composesession, $uid_support,
 	   $msgs, $thread_sort_messages, $allow_server_sort, $show_num,
 	   $compose_messages;