diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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(); |