summaryrefslogtreecommitdiff
path: root/noncore/net/mail/defines.h
authorjgf <jgf>2003-12-22 19:44:29 (UTC)
committer jgf <jgf>2003-12-22 19:44:29 (UTC)
commitdd8b635cf7165524799743b0516ea51bef3210c8 (patch) (side-by-side diff)
treea4d8429c12f6c431947eba4d22baafbdf7eba057 /noncore/net/mail/defines.h
parentf0a4320f43abb1a24f80d6de1a94d39453945355 (diff)
downloadopie-dd8b635cf7165524799743b0516ea51bef3210c8.zip
opie-dd8b635cf7165524799743b0516ea51bef3210c8.tar.gz
opie-dd8b635cf7165524799743b0516ea51bef3210c8.tar.bz2
new fancy icons from kde cvs
Diffstat (limited to 'noncore/net/mail/defines.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/defines.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/mail/defines.h b/noncore/net/mail/defines.h
index d9cdab0..36c85c7 100644
--- a/noncore/net/mail/defines.h
+++ b/noncore/net/mail/defines.h
@@ -13,8 +13,11 @@
#define PIC_EDITACCOUNTS "mail/editaccounts"
#define PIC_SYNC "mail/sync"
#define PIC_IMAPFOLDER "mail/imapfolder"
+#define PIC_MBOXFOLDER "mail/mboxfolder"
#define PIC_POP3FOLDER "mail/pop3folder"
#define PIC_INBOXFOLDER "mail/inbox"
+#define PIC_OUTBOXFOLDER "mail/outbox"
+#define PIC_LOCALFOLDER "mail/localfolder"
#define ICON_COMPOSEMAIL QIconSet( Resource::loadPixmap( PIC_COMPOSEMAIL ) )
#define ICON_SENDQUEUED QIconSet( Resource::loadPixmap( PIC_SENDQUEUED ) )
@@ -27,6 +30,9 @@
#define PIXMAP_IMAPFOLDER QPixmap( Resource::loadPixmap( PIC_IMAPFOLDER ) )
#define PIXMAP_POP3FOLDER QPixmap( Resource::loadPixmap( PIC_POP3FOLDER ) )
#define PIXMAP_INBOXFOLDER QPixmap( Resource::loadPixmap( PIC_INBOXFOLDER) )
+#define PIXMAP_MBOXFOLDER QPixmap( Resource::loadPixmap( PIC_MBOXFOLDER ) )
+#define PIXMAP_OUTBOXFOLDER QPixmap( Resource::loadPixmap( PIC_OUTBOXFOLDER) )
+#define PIXMAP_LOCALFOLDER QPixmap( Resource::loadPixmap( PIC_LOCALFOLDER) )
#define IMAP_PORT "143"
#define IMAP_SSL_PORT "993"