thomascube
2007-03-13 e6c7c3ca9381aa10f7147544cd93f6179d32f359
program/include/rcube_imap.inc
@@ -878,7 +878,8 @@
      {
      $results = array();
      foreach ($criteria as $crit)
        $results = array_merge($results, $this->search($mbox_name, $crit, $str, $charset));
        if ($search_result = $this->search($mbox_name, $crit, $str, $charset))
          $results = array_merge($results, $search_result);
      
      $results = array_unique($results);
      $this->set_search_set($criteria, $str, $results, $charset);