From 4624a73cd100f860371fb01facea442737e9336e Mon Sep 17 00:00:00 2001 From: groucho Date: Mon, 14 Apr 2003 08:22:55 +0000 Subject: - Buttonlayout changed in attach dialog - Removed file access for address list (reduces size) - Added header size sping box for accounts - mailit shows an icon in the message list if attachments are present - Added translations in pro file - Removed resource.* references in header files, uses qpe/resource.h instead --- (limited to 'noncore/unsupported/mailit/emaillistitem.cpp') diff --git a/noncore/unsupported/mailit/emaillistitem.cpp b/noncore/unsupported/mailit/emaillistitem.cpp index d47b0b7..a325766 100644 --- a/noncore/unsupported/mailit/emaillistitem.cpp +++ b/noncore/unsupported/mailit/emaillistitem.cpp @@ -18,6 +18,7 @@ ** **********************************************************************/ #include +#include #include "emaillistitem.h" EmailListItem::EmailListItem(QListView *parent, Email mailIn, bool inbox) @@ -38,6 +39,10 @@ EmailListItem::EmailListItem(QListView *parent, Email mailIn, bool inbox) } setText(1, mail.subject); + if (mailIn.files.count()>0) + { + setPixmap(0, Resource::loadPixmap("mailit/attach")); + } selected = FALSE; } -- cgit v0.9.0.2