Quellcode durchsuchen

Inorder for plugins to utilize the msg_envelope hook, they need to be able to manilpulate/read these variables.

Jimmy Conner vor 22 Jahren
Ursprung
Commit
dc2da8999e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -37,7 +37,7 @@ function elapsed($start)
 function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox,
                           $start_msg, $where, $what) {
     global $checkall,
-           $color, $msgs, $msort,
+           $color, $msgs, $msort, $td_str, $msg, 
            $default_use_priority,
            $message_highlight_list,
            $index_order,