--- src/options/opt_iconset.cpp~	2009-05-23 21:53:19 +0400
+++ src/options/opt_iconset.cpp	2009-06-10 19:48:32 +0400
@@ -755,6 +755,8 @@ QWidget *OptionsTabIconsetRoster::widget
 	addService("msn", "MSN");
 	addService("sms", "SMS");
 	addService("yahoo", "Yahoo!");
+	addService("rss", "RSS");
+	addService("mrim", "MAILru");
 	addService("transport", tr("Transport"));
 	d->tw_isServices->resizeColumnToContents(0);
 
--- src/psiiconset.cpp~	2009-06-10 20:06:28 +0400
+++ src/psiiconset.cpp	2009-06-10 20:06:35 +0400
@@ -145,6 +145,8 @@ public:
 			services["msn"]		= QRegExp("^msn");
 			services["yahoo"]	= QRegExp("^yahoo");
 			services["sms"]		= QRegExp("^sms");
+			services["mrim"]	= QRegExp("^mrim");
+			services["rss"]		= QRegExp("^rss");
 
 			bool found = false;
 
--- src/discodlg.cpp~	2009-05-23 21:53:19 +0400
+++ src/discodlg.cpp	2009-06-10 20:09:54 +0400
@@ -74,6 +74,10 @@ PsiIcon category2icon(const QString &cat
 			trans = "gadugadu";
 		else if (type == "sms")
 			trans = "sms";
+		else if (type == "mrim")
+			trans = "mrim";
+		else if (type == "rss")
+			trans = "rss";
 		else
 			trans = "transport";
 
--- options/newprofile.xml~	2009-05-23 21:53:19 +0400
+++ options/newprofile.xml	2009-06-10 20:32:37 +0400
@@ -37,6 +37,14 @@
           <iconset type="QString">crystal-yahoo.jisp</iconset>
           <key type="QString">yahoo</key>
         </m6>
+        <m7>
+          <iconset type="QString">mailru.jisp</iconset>
+          <key type="QString">mrim</key>
+        </m7>
+        <m8>
+          <iconset type="QString">rss.jisp</iconset>
+          <key type="QString">rss</key>
+        </m8>
       </service-status>
     </iconsets>
     <status>
