Remove almost all left overs of our non-uid-imap-server support.
[squirrelmail.git] / plugins / message_details / message_details_bottom.php
index 08a8b0e43116474c91a29d0b805c5b892bfc6800..ea69ca1d4b4c7a9ed13e164efef430097b891e4b 100644 (file)
@@ -22,7 +22,7 @@ require_once(SM_PATH . 'functions/mime.php');
 require_once(SM_PATH . 'config/config.php');
 require_once(SM_PATH . 'functions/prefs.php');
 
-global $color, $uid_support;
+global $color;
 
 sqgetGlobalVar('passed_id', $passed_id, SQ_GET);
 sqgetGlobalVar('mailbox', $mailbox, SQ_GET);
@@ -73,7 +73,7 @@ function GetMimeProperties($header) {
 $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
 $read = sqimap_mailbox_select($imapConnection, $mailbox);
 $start = gettimeofday();
-$body = sqimap_run_command($imapConnection, "FETCH $passed_id RFC822",true, $response, $readmessage, $uid_support);
+$body = sqimap_run_command($imapConnection, "FETCH $passed_id RFC822",true, $response, $readmessage, TRUE);
 $message_body = '';
 $header = false;
 $mimepart = false;