I noticed that although RSS support has been added to RoundCube there isn't any link to it. Could some-one please commit the patch below?
This is also a notification that I will probably be working on supporting multiple accounts in RoundCube somewhere in the near future. It would be great if anyone has some pointers on how to start. Regards, Sjon Index: skins/default/includes/links.html =================================================================== --- skins/default/includes/links.html (revision 627) +++ skins/default/includes/links.html (working copy) @@ -1,3 +1,4 @@ <link rel="index" href="$__comm_path" /> <link rel="shortcut icon" href="/images/favicon.ico"/> -<link rel="stylesheet" type="text/css" href="/common.css" /> \ No newline at end of file +<link rel="stylesheet" type="text/css" href="/common.css" /> +<link rel="alternate" title="RSS feed of your Inbox" type="application/rss+xml" href="$__comm_path&_action=rss">
