made $sent_folder global so that the 'from' column would now be named 'to'
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 13 Jan 2001 20:43:24 +0000 (20:43 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 13 Jan 2001 20:43:24 +0000 (20:43 +0000)
for messages in the $sent_folder.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@935 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

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