Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
apply updates framework changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoh committed Dec 1, 2012
1 parent 408d0ff commit 72dee47
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions include/rcube_sieve_script.php
Expand Up @@ -390,7 +390,7 @@ public function as_text()
// {
// mb_internal_encoding($action['charset']);
// $action['subject'] = mb_encode_mimeheader($action['subject'], $action['charset'], 'Q');
// mb_internal_encoding(RCMAIL_CHARSET);
// mb_internal_encoding(RCUBE_CHARSET);
// }

// detect original recipient
Expand Down Expand Up @@ -880,7 +880,7 @@ private function _parse_string($content)

private function _parse_charset($content)
{
$charset = RCMAIL_CHARSET;
$charset = RCUBE_CHARSET;
$content = trim($content);

if (preg_match('/^:mime\s+text:(.*)\.$/sm', $content, $matches)) {
Expand Down

0 comments on commit 72dee47

Please sign in to comment.