summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--libkdepim/addresseeview.cpp24
1 files changed, 18 insertions, 6 deletions
diff --git a/libkdepim/addresseeview.cpp b/libkdepim/addresseeview.cpp
index 70fc57c..71c7817 100644
--- a/libkdepim/addresseeview.cpp
+++ b/libkdepim/addresseeview.cpp
@@ -86,2 +86,17 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
+ QStringList emails = mAddressee.emails();
+ QStringList::ConstIterator emailIt;
+ QString type = i18n( "Email" );
+ emailIt = emails.begin();
+ if ( emailIt != emails.end() ) {
+ dynamicPart += QString(
+ "<tr><td align=\"right\"><b>%1</b></td>"
+ "<td align=\"left\"><a href=\"mailto:%2 <%3> \">%4</a></td></tr>" )
+ .arg( type )
+ .arg( name )
+ .arg( *emailIt )
+ .arg( *emailIt );
+ ++emailIt;
+ }
+
KABC::PhoneNumber::List phones = mAddressee.phoneNumbers();
@@ -96,6 +111,4 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
- QStringList emails = mAddressee.emails();
- QStringList::ConstIterator emailIt;
- QString type = i18n( "Email" );
- for ( emailIt = emails.begin(); emailIt != emails.end(); ++emailIt ) {
+
+ for ( ; emailIt != emails.end(); ++emailIt ) {
dynamicPart += QString(
@@ -107,3 +120,2 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
.arg( *emailIt );
- type = i18n( "Other" );
}
@@ -151,3 +163,3 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
"<tr>"
- "<td align=\"right\" valign=\"top\"><b>%1:</b></td>" // note label
+ "<td align=\"right\" valign=\"top\"><b>%1</b></td>" // note label
"<td align=\"left\">%2</td>" // note