Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / filters / filters.php
index 135cfda33fa64d195739c8ff089922998995a2c9..fdc7fd8021015af11ab9fe6e5bf8c54c4e98869a 100644 (file)
@@ -232,9 +232,9 @@ function filter_search_and_delete($imap_stream, $where, $what, $where_to, $user_
     }
 
     if ($imap_server_type == 'macosx') {
-       $search_str .= ' ' . $where . ' ' . $what;
+        $search_str .= ' ' . $where . ' ' . $what;
     } else {
-       $search_str .= ' ' . $where . ' {' . strlen($what) . "}\r\n"
+        $search_str .= ' ' . $where . ' {' . strlen($what) . "}\r\n"
                     . $what . "\r\n";
     }