Explorar el Código

Fix a old fix that was breaking the search when coming back from move_messages

alex-brainstorm hace 21 años
padre
commit
489dc4b02c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -767,7 +767,7 @@ function mail_message_listing_beginning ($imapConnection,
     echo getButton('SUBMIT', 'markRead',_("Read"));
     echo getButton('SUBMIT', 'markRead',_("Read"));
     echo getButton('SUBMIT', 'markUnread',_("Unread"));
     echo getButton('SUBMIT', 'markUnread',_("Unread"));
     echo getButton('SUBMIT', 'delete',_("Delete")) ." \n";
     echo getButton('SUBMIT', 'delete',_("Delete")) ." \n";
-    if (!strpos($php_self,'mailbox')) {
+    if (!strpos($php_self,'?')) {
         $location = $php_self.'?mailbox=INBOX&startMessage=1';
         $location = $php_self.'?mailbox=INBOX&startMessage=1';
     } else {
     } else {
         $location = $php_self;
         $location = $php_self;