summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mail.pro
authoralwin <alwin>2004-01-10 03:22:16 (UTC)
committer alwin <alwin>2004-01-10 03:22:16 (UTC)
commitabf23602a446e30ec18d16d3495da5747a96072b (patch) (unidiff)
tree80dd4d6089c3d7c5f45a8f0a4e6c2b53cfca2e9b /noncore/net/mail/mail.pro
parent6248e82bf1b077c54e3e2b85801a99fa0f86434d (diff)
downloadopie-abf23602a446e30ec18d16d3495da5747a96072b.zip
opie-abf23602a446e30ec18d16d3495da5747a96072b.tar.gz
opie-abf23602a446e30ec18d16d3495da5747a96072b.tar.bz2
mh box fully functional
splitted the stuff of accountview list into seperate files so the other parts care about changes inside accountitems
Diffstat (limited to 'noncore/net/mail/mail.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mail.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index 90e1e46..552f0e5 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -4,6 +4,7 @@ HEADERS = defines.h \
4 editaccounts.h \ 4 editaccounts.h \
5 composemail.h \ 5 composemail.h \
6 accountview.h \ 6 accountview.h \
7 accountitem.h \
7 mainwindow.h \ 8 mainwindow.h \
8 viewmail.h \ 9 viewmail.h \
9 viewmailbase.h \ 10 viewmailbase.h \
@@ -18,6 +19,7 @@ SOURCES = main.cpp \
18 opiemail.cpp \ 19 opiemail.cpp \
19 mainwindow.cpp \ 20 mainwindow.cpp \
20 accountview.cpp \ 21 accountview.cpp \
22 accountitem.cpp \
21 composemail.cpp \ 23 composemail.cpp \
22 addresspicker.cpp \ 24 addresspicker.cpp \
23 editaccounts.cpp \ 25 editaccounts.cpp \