summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-01-08 14:12:00 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-01-08 14:12:00 +0000
commitabe9dfbcfcba855e7e0293d68e584f84e85ff646 (patch)
treeecf832096b6622fd9cfafb638d25236bad6191b9
parent1b24c894fae84215554d65a18a82adf2b7a4f518 (diff)
- remove Mail/mimeDecode require()s
git-svn-id: https://svn.roundcube.net/trunk@2223 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/steps/mail/get.inc2
-rw-r--r--roundcubemail/program/steps/mail/rss.inc3
2 files changed, 0 insertions, 5 deletions
diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc
index a722fcdf8..06e1593aa 100644
--- a/roundcubemail/program/steps/mail/get.inc
+++ b/roundcubemail/program/steps/mail/get.inc
@@ -19,8 +19,6 @@
*/
-require_once('Mail/mimeDecode.php');
-
// show loading page
if (!empty($_GET['_preload'])) {
diff --git a/roundcubemail/program/steps/mail/rss.inc b/roundcubemail/program/steps/mail/rss.inc
index 0d7d3c463..72317c68f 100644
--- a/roundcubemail/program/steps/mail/rss.inc
+++ b/roundcubemail/program/steps/mail/rss.inc
@@ -19,8 +19,6 @@
*/
-require_once('Mail/mimeDecode.php');
-
function rss_encode($string){
$string = rep_specialchars_output($string, 'xml');
@@ -28,7 +26,6 @@ function rss_encode($string){
}
-
$REMOTE_REQUEST = TRUE;
$OUTPUT_TYPE = 'rss';