author | alwin <alwin> | 2003-12-02 21:21:53 (UTC) |
---|---|---|
committer | alwin <alwin> | 2003-12-02 21:21:53 (UTC) |
commit | d5b6b246978ff34fb21b3306899c997528f8341c (patch) (unidiff) | |
tree | 1d5e67efc9a37dcf5f752dee8c96a53919c2e171 | |
parent | b25754f6ecb9ded83323e39ad62b8fd18ae278ca (diff) | |
download | opie-d5b6b246978ff34fb21b3306899c997528f8341c.zip opie-d5b6b246978ff34fb21b3306899c997528f8341c.tar.gz opie-d5b6b246978ff34fb21b3306899c997528f8341c.tar.bz2 |
fix of bug number 0001210
the libmail is now called libcoremail (fix inside the .pro files)
mail application got a appName for quicklauncher.
-rw-r--r-- | noncore/unsupported/mail2/bend/bend.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/libmail.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/mail.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/viewmail.h | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index 61eea5f..ad96063 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -5,7 +5,7 @@ HEADERS += bend.h \ | |||
5 | SOURCES +=bend.cpp \ | 5 | SOURCES +=bend.cpp \ |
6 | bendimpl.cpp | 6 | bendimpl.cpp |
7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail | 7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail |
8 | LIBS +=-lmail -lqpe | 8 | LIBS +=-lcoremail -lqpe |
9 | TARGET =bend | 9 | TARGET =bend |
10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ | 10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ |
11 | 11 | ||
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 81ccdec..3bd6ab0 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -20,7 +20,7 @@ SOURCES = configfile.cpp \ | |||
20 | smtphandler.cpp | 20 | smtphandler.cpp |
21 | INCLUDEPATH +=$(OPIEDIR)/include | 21 | INCLUDEPATH +=$(OPIEDIR)/include |
22 | LIBS +=-L$(OPIEDIR)/lib -lqpe | 22 | LIBS +=-L$(OPIEDIR)/lib -lqpe |
23 | TARGET =mail | 23 | TARGET =coremail |
24 | DESTDIR = $(OPIEDIR)/lib | 24 | DESTDIR = $(OPIEDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ |
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index f521178..1fa087a 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -40,7 +40,7 @@ INTERFACES = accounteditorbase.ui \ | |||
40 | renamebase.ui \ | 40 | renamebase.ui \ |
41 | searchdiagbase.ui | 41 | searchdiagbase.ui |
42 | INCLUDEPATH += $(OPIEDIR)/include libmail | 42 | INCLUDEPATH += $(OPIEDIR)/include libmail |
43 | LIBS += -lmail -lqpe -lopie | 43 | LIBS += -lcoremail -lqpe -lopie |
44 | TARGET = mail | 44 | TARGET = mail |
45 | 45 | ||
46 | TRANSLATIONS = ../../i18n/de/mail.ts \ | 46 | TRANSLATIONS = ../../i18n/de/mail.ts \ |
diff --git a/noncore/unsupported/mail2/viewmail.h b/noncore/unsupported/mail2/viewmail.h index efc2300..de36f7a 100644 --- a/noncore/unsupported/mail2/viewmail.h +++ b/noncore/unsupported/mail2/viewmail.h | |||
@@ -47,6 +47,7 @@ public: | |||
47 | 47 | ||
48 | void hide(); | 48 | void hide(); |
49 | void exec(); | 49 | void exec(); |
50 | static QString appName() { return QString::fromLatin1("mail"); } | ||
50 | 51 | ||
51 | protected: | 52 | protected: |
52 | //void fillList(IMAPResponseBODYSTRUCTURE &structure); | 53 | //void fillList(IMAPResponseBODYSTRUCTURE &structure); |