浏览代码

made $sent_folder global so that the 'from' column would now be named 'to'
for messages in the $sent_folder.

Tyler Akins 24 年之前
父节点
当前提交
bfbf0a3593
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -423,7 +423,7 @@
        $mailbox = '', $sort = -1, $Message = '', $More = '', $startMessage = 1)
        $mailbox = '', $sort = -1, $Message = '', $More = '', $startMessage = 1)
    {
    {
       global $color, $index_order, $auto_expunge, $move_to_trash;
       global $color, $index_order, $auto_expunge, $move_to_trash;
-      global $checkall;
+      global $checkall, $sent_folder;
       $urlMailbox = urlencode($mailbox);
       $urlMailbox = urlencode($mailbox);
 
 
          /** This is the beginning of the message list table.  It wraps around all messages */
          /** This is the beginning of the message list table.  It wraps around all messages */