Remove duplicate line.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 15 Mar 2010 23:35:47 +0000 (17:35 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 02:11:33 +0000 (20:11 -0600)
imp/message-mimp.php

index e1adb8f..211193b 100644 (file)
@@ -51,7 +51,6 @@ case 'u':
 
     /* Get mailbox/UID of message. */
     $index_array = $imp_mailbox->getIMAPIndex();
-    $index_array = $imp_mailbox->getIMAPIndex();
     $indices_array = array($index_array['mailbox'] => array($index_array['uid']));
 
     if ($vars->a == 'u') {