ipsservices/ipssosplugin/src/ipsplgmrulist.cpp
branchRCL_3
changeset 25 3533d4323edc
parent 24 d189ee25cf9d
--- a/ipsservices/ipssosplugin/src/ipsplgmrulist.cpp	Tue Aug 31 15:04:17 2010 +0300
+++ b/ipsservices/ipssosplugin/src/ipsplgmrulist.cpp	Wed Sep 01 12:28:57 2010 +0100
@@ -251,9 +251,9 @@
                 start += 1;
                 emailAddress.Set( aNewMruList->MdcaPoint(i + 1).Mid( start, ( end - start ) ) );
                 }
-// <qmail> someone disabled in Qmail?
+
             // check validity of email before saving diplay name and address
-            /*if( IpsSetUtils::IsValidEmailAddressL(emailAddress) )
+            if( IpsSetUtils::IsValidEmailAddressL(emailAddress) )
                 {
                 // set values to ascending keys
                 mboxKey++;
@@ -285,9 +285,8 @@
                             mboxKey, des.Mid(0,KMruListMaxDesSize) );
                         }
                     }
-                }*/
+                }
             }
-// </qmail>
         }
     // </cmail>