[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/plugins/kmail/bodypartformatter
From:       Volker Krause <vkrause () kde ! org>
Date:       2007-03-27 16:05:39
Message-ID: 1175011539.732283.30353.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 647173 by vkrause:

EmailAddressTools -> KPIMUtils


 M  +2 -2      text_calendar.cpp  


--- trunk/KDE/kdepim/plugins/kmail/bodypartformatter/text_calendar.cpp #647172:647173
@@ -143,7 +143,7 @@
       else {
         for ( it = attendees.begin(); it != attendees.end(); ++it ) {
           // match only the email part, not the name
-          if( EmailAddressTools::compareEmail( (*it)->email(), receiver, false ) ) {
+          if( KPIMUtils::compareEmail( (*it)->email(), receiver, false ) ) {
             // We are the current one, and even the receiver, note
             // this and quit searching.
             myself = (*it);
@@ -197,7 +197,7 @@
       Attendee* newMyself = 0;
       QString name;
       QString email;
-      EmailAddressTools::extractEmailAddressAndName( receiver, email, name );
+      KPIMUtils::extractEmailAddressAndName( receiver, email, name );
       if ( name.isEmpty() && myself ) name = myself->name();
       if ( email.isEmpty()&& myself ) email = myself->email();
       Q_ASSERT( !email.isEmpty() ); // delivery must be possible
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic