summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2
authorkergoth <kergoth>2002-11-05 02:44:15 (UTC)
committer kergoth <kergoth>2002-11-05 02:44:15 (UTC)
commit4caab5d30f9a03dad052ea84216ddad944eb806c (patch) (side-by-side diff)
tree64400ee9345513afa5ec40747279d20592a06b6e /noncore/unsupported/mail2
parented163d67a674b1c4ac6b7e917a509029da446dfb (diff)
downloadopie-4caab5d30f9a03dad052ea84216ddad944eb806c.zip
opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.gz
opie-4caab5d30f9a03dad052ea84216ddad944eb806c.tar.bz2
Adding initial config.in files
Diffstat (limited to 'noncore/unsupported/mail2') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/bend/config.in4
-rw-r--r--noncore/unsupported/mail2/config.in9
-rw-r--r--noncore/unsupported/mail2/libmail/config.in4
3 files changed, 17 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in
new file mode 100644
index 0000000..3d33fe4
--- a/dev/null
+++ b/noncore/unsupported/mail2/bend/config.in
@@ -0,0 +1,4 @@
+ config BEND
+ boolean "bend"
+ default "y"
+ depends LIBQPE && LIBOPIE
diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in
new file mode 100644
index 0000000..2263230
--- a/dev/null
+++ b/noncore/unsupported/mail2/config.in
@@ -0,0 +1,9 @@
+menu "mail"
+
+ config BEND
+ boolean "mail"
+ default "y"
+ depends LIBQPE && LIBOPIE
+ source noncore/mail/bend/config.in
+ source noncore/mail/libmail/config.in
+endmenu
diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in
new file mode 100644
index 0000000..6712dbe
--- a/dev/null
+++ b/noncore/unsupported/mail2/libmail/config.in
@@ -0,0 +1,4 @@
+ config LIBMAIL
+ boolean "libmail"
+ default "y"
+ depends LIBQPE && LIBOPIE