alecpl
2010-02-05 b77c9d4669ec9596c8d39d0dec29c8a343aaa155
program/include/main.inc
@@ -200,7 +200,7 @@
  
  $error = false;
  $to = empty($to) ? $to = strtoupper(RCMAIL_CHARSET) : rcube_parse_charset($to);
  $to = empty($to) ? strtoupper(RCMAIL_CHARSET) : rcube_parse_charset($to);
  $from = rcube_parse_charset($from);
  if ($from == $to || empty($str) || empty($from))