aboutsummaryrefslogtreecommitdiff
path: root/mailutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
commit2f32bf8be63f70125049402ba43101d8c6083d46 (patch)
tree8d01d287b58308bbb0bc6748c27357fae0a7aa12 /mailutils
parentf0f94700610eba964441ce4a112134e03c76eb89 (diff)
downloadbusybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz
busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2
busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip
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.src10
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"
2 2
3config MAKEMIME 3config MAKEMIME
4 bool "makemime" 4 bool "makemime"
5 default n 5 default y
6 help 6 help
7 Create MIME-formatted messages. 7 Create MIME-formatted messages.
8 8
@@ -15,14 +15,14 @@ config FEATURE_MIME_CHARSET
15 15
16config POPMAILDIR 16config POPMAILDIR
17 bool "popmaildir" 17 bool "popmaildir"
18 default n 18 default y
19 help 19 help
20 Simple yet powerful POP3 mail popper. Delivers content 20 Simple yet powerful POP3 mail popper. Delivers content
21 of remote mailboxes to local Maildir. 21 of remote mailboxes to local Maildir.
22 22
23config FEATURE_POPMAILDIR_DELIVERY 23config FEATURE_POPMAILDIR_DELIVERY
24 bool "Allow message filters and custom delivery program" 24 bool "Allow message filters and custom delivery program"
25 default n 25 default y
26 depends on POPMAILDIR 26 depends on POPMAILDIR
27 help 27 help
28 Allow to use a custom program to filter the content 28 Allow to use a custom program to filter the content
@@ -32,7 +32,7 @@ config FEATURE_POPMAILDIR_DELIVERY
32 32
33config REFORMIME 33config REFORMIME
34 bool "reformime" 34 bool "reformime"
35 default n 35 default y
36 help 36 help
37 Parse MIME-formatted messages. 37 Parse MIME-formatted messages.
38 38
@@ -46,7 +46,7 @@ config FEATURE_REFORMIME_COMPAT
46 46
47config SENDMAIL 47config SENDMAIL
48 bool "sendmail" 48 bool "sendmail"
49 default n 49 default y
50 help 50 help
51 Barebones sendmail. 51 Barebones sendmail.
52 52