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) (unidiff)
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) (show 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 @@
1 config BEND
2 boolean "bend"
3 default "y"
4 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 @@
1menu "mail"
2
3 config BEND
4 boolean "mail"
5 default "y"
6 depends LIBQPE && LIBOPIE
7 source noncore/mail/bend/config.in
8 source noncore/mail/libmail/config.in
9endmenu
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 @@
1 config LIBMAIL
2 boolean "libmail"
3 default "y"
4 depends LIBQPE && LIBOPIE