summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/config.in
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/config.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in
index 4c50723..003378e 100644
--- a/noncore/unsupported/mail2/config.in
+++ b/noncore/unsupported/mail2/config.in
@@ -1,9 +1,12 @@
-menu "mail"
-
- config BEND
- boolean "mail"
+ config OPIEMAIL
+ boolean "opiemail"
default "y"
depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
+
+ config MAIL
+ boolean
+ default "y" if OPIEMAIL
+ depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL
+
source noncore/mail/bend/config.in
source noncore/mail/libmail/config.in
-endmenu