summaryrefslogtreecommitdiff
path: root/busybox-mailutils.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-12-05 10:44:25 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-12-05 10:44:25 +0100
commit4d099463b3949c810646515414f139e08bfcb6c8 (patch)
tree9b3d6baca73575ada6118d911f4a9663f42e406e /busybox-mailutils.kconfig
parentbd90baeb9f9a255a545e0ece9197f89f04395db0 (diff)
downloadembtk-busybox-kconfigs-4d099463b3949c810646515414f139e08bfcb6c8.tar.gz
embtk-busybox-kconfigs-4d099463b3949c810646515414f139e08bfcb6c8.tar.bz2
embtk-busybox-kconfigs-4d099463b3949c810646515414f139e08bfcb6c8.tar.xz
Import busybox-1.17.x kconfigs symbolsembtk-busybox-kconfigs-1.17.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-mailutils.kconfig')
-rw-r--r--busybox-mailutils.kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/busybox-mailutils.kconfig b/busybox-mailutils.kconfig
index 823bc9a..4b5d6dd 100644
--- a/busybox-mailutils.kconfig
+++ b/busybox-mailutils.kconfig
@@ -2,8 +2,11 @@ comment "-------------------------------------------------"
comment "Mail Utilities"
comment "-------------------------------------------------"
+
+
config KEMBTK_BUSYB_MAKEMIME
bool "makemime"
+ default y
help
Create MIME-formatted messages.
@@ -16,12 +19,14 @@ config KEMBTK_BUSYB_FEATURE_MIME_CHARSET
config KEMBTK_BUSYB_POPMAILDIR
bool "popmaildir"
+ default y
help
Simple yet powerful POP3 mail popper. Delivers content
of remote mailboxes to local Maildir.
config KEMBTK_BUSYB_FEATURE_POPMAILDIR_DELIVERY
bool "Allow message filters and custom delivery program"
+ default y
depends on KEMBTK_BUSYB_POPMAILDIR
help
Allow to use a custom program to filter the content
@@ -31,6 +36,7 @@ config KEMBTK_BUSYB_FEATURE_POPMAILDIR_DELIVERY
config KEMBTK_BUSYB_REFORMIME
bool "reformime"
+ default y
help
Parse MIME-formatted messages.
@@ -44,6 +50,7 @@ config KEMBTK_BUSYB_FEATURE_REFORMIME_COMPAT
config KEMBTK_BUSYB_SENDMAIL
bool "sendmail"
+ default y
help
Barebones sendmail.