diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:14:28 +0200 |
commit | 2f32bf8be63f70125049402ba43101d8c6083d46 (patch) | |
tree | 8d01d287b58308bbb0bc6748c27357fae0a7aa12 /mailutils | |
parent | f0f94700610eba964441ce4a112134e03c76eb89 (diff) | |
download | busybox-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz |
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils')
-rw-r--r-- | mailutils/Config.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mailutils/Config.src b/mailutils/Config.src index 519d562ae..baa04331a 100644 --- a/mailutils/Config.src +++ b/mailutils/Config.src @@ -2,7 +2,7 @@ menu "Mail Utilities" config MAKEMIME bool "makemime" - default n + default y help Create MIME-formatted messages. @@ -15,14 +15,14 @@ config FEATURE_MIME_CHARSET config POPMAILDIR bool "popmaildir" - default n + default y help Simple yet powerful POP3 mail popper. Delivers content of remote mailboxes to local Maildir. config FEATURE_POPMAILDIR_DELIVERY bool "Allow message filters and custom delivery program" - default n + default y depends on POPMAILDIR help Allow to use a custom program to filter the content @@ -32,7 +32,7 @@ config FEATURE_POPMAILDIR_DELIVERY config REFORMIME bool "reformime" - default n + default y help Parse MIME-formatted messages. @@ -46,7 +46,7 @@ config FEATURE_REFORMIME_COMPAT config SENDMAIL bool "sendmail" - default n + default y help Barebones sendmail. |