submitted patch from Stefan Sels that fixes the i18n problem (hopefully)
[squirrelmail.git] / functions / imap_search.php
index c9d0ddb00f39ac0461337c0e99af7faf8fed0d9c..d765c65f31c627260a52e56d3d87ce3401988c94 100644 (file)
@@ -54,6 +54,7 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
    # HACKED CODED FROM ANOTHER FUNCTION, Could Probably dump this and mondify 
    # exsitising code with a search true/false varible.
 
+
    global $sent_folder;
    for ($q = 0; $q < count($messagelist); $q++) {
       $messagelist[$q] = trim($messagelist[$q]);