summaryrefslogtreecommitdiffstats
path: root/kshowmail/showrecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/showrecord.cpp')
-rw-r--r--kshowmail/showrecord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshowmail/showrecord.cpp b/kshowmail/showrecord.cpp
index ca3087f..e39e2ee 100644
--- a/kshowmail/showrecord.cpp
+++ b/kshowmail/showrecord.cpp
@@ -307,7 +307,7 @@ void ShowRecord::printMailList( )
++it;
//print mail
- cout << mail->number() << " - UID: " << mail->uidl() << "; Size: " << mail->size() << "; Subject: " << mail->subject() << "; New: " << mail->isNew() << endl;
+ cout << mail->number() << " - UID: " << mail->uidl().local8Bit() << "; Size: " << mail->size() << "; Subject: " << mail->subject().local8Bit() << "; New: " << mail->isNew() << endl;
}
}