From 88375ff9807785a5843b47e2312d76eef66e0f62 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 05 Feb 2006 11:35:40 -0500
Subject: [PATCH] Added RSS output (experimental)

---
 index.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/index.php b/index.php
index d99f24d..fd356c8 100644
--- a/index.php
+++ b/index.php
@@ -217,7 +217,7 @@
 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 ($_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();

--
Gitblit v1.9.1