diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-05 16:35:40 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-05 16:35:40 +0000 |
| commit | a5b0680bd25fa15b8271babe21903e0568574c5d (patch) | |
| tree | 8520dc6a93cd42a0977715fa993d89cd72c35175 /roundcubemail/index.php | |
| parent | c16958669cd90d1f8fea22619c4d64c4057c932b (diff) | |
Added RSS output (experimental)
git-svn-id: https://svn.roundcube.net/trunk@134 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index d99f24dbd..fd356c8ba 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -217,7 +217,7 @@ if ($_action=='keep-alive') if ($_task=='mail') { include_once('program/steps/mail/func.inc'); - + if ($_action=='show' || $_action=='print') include('program/steps/mail/show.inc'); @@ -257,6 +257,9 @@ if ($_task=='mail') if ($_action=='list' && $_GET['_remote']) include('program/steps/mail/list.inc'); + if ($_action=='rss') + include('program/steps/mail/rss.inc'); + // kill compose entry from session if (isset($_SESSION['compose'])) rcmail_compose_cleanup(); |
