improved email parsing in body of message a little bit (handles more exceptions)
[squirrelmail.git] / functions / imap_search.php
index a82242fd207233a9b9406943cdb72984cd330dbb..1b42a98df5934c442b201d5974da433ad0126b1e 100644 (file)
@@ -121,11 +121,6 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
 
       // There's gotta be messages in the array for it to sort them.
 
-      # Carn't Use the Display messages function it assumes messages are in order.
-      # Again More code Hacked from else where
-      # AT THE MOMENT YOU CARN'T SORT SEARCH RESULTS
-      # ACTULLY THE CODE IS PROLLY BROKEN ANY HOW!
-
       if (count($messagelist) > 0) {
          $j=0;
          echo "<center><b>" . _("Found") . " " . count($messagelist) . " " . _("messages") . "</b></center>\n";