ipsservices/ipssosplugin/src/ipsplgmrulist.cpp
branchRCL_3
changeset 63 d189ee25cf9d
parent 0 8466d47a6819
child 64 3533d4323edc
--- a/ipsservices/ipssosplugin/src/ipsplgmrulist.cpp	Thu Aug 19 09:38:05 2010 +0300
+++ b/ipsservices/ipssosplugin/src/ipsplgmrulist.cpp	Tue Aug 31 15:04:17 2010 +0300
@@ -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,8 +285,9 @@
                             mboxKey, des.Mid(0,KMruListMaxDesSize) );
                         }
                     }
-                }
+                }*/
             }
+// </qmail>
         }
     // </cmail>