summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mailit/emaillistitem.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mailit/emaillistitem.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mailit/emaillistitem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/unsupported/mailit/emaillistitem.cpp b/noncore/unsupported/mailit/emaillistitem.cpp
index a325766..b925a1c 100644
--- a/noncore/unsupported/mailit/emaillistitem.cpp
+++ b/noncore/unsupported/mailit/emaillistitem.cpp
@@ -40,2 +40,3 @@ EmailListItem::EmailListItem(QListView *parent, Email mailIn, bool inbox)
setText(1, mail.subject);
+ setText(2,mail.date);
@@ -45,2 +46,3 @@ EmailListItem::EmailListItem(QListView *parent, Email mailIn, bool inbox)
}
+
selected = FALSE;