diff --git a/messageviewer/src/header/headerstyle_util.cpp b/messageviewer/src/header/headerstyle_util.cpp --- a/messageviewer/src/header/headerstyle_util.cpp +++ b/messageviewer/src/header/headerstyle_util.cpp @@ -83,8 +83,7 @@ case FancyShortDate: return KMime::DateFormatter::formatDate(KMime::DateFormatter::Fancy, unixTime); case FancyLongDate: - //Laurent fix me - //TODO return QLocale::system().toString(dateTime, QLocale::LongFormat); + return KMime::DateFormatter::formatDate(KMime::DateFormatter::Fancy, unixTime, QString(), false); case CustomDate: default: return dateStr(dateTime);