X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=mailutils%2FConfig.src;h=2a9c5c07454b781ec3c5e4a785f131eb4ddafc84;hb=9180c6045e8b2465b3e18a22eb08ee8438ae8544;hp=519d562ae612df3208aac5a704b9eb38cb33e2f4;hpb=da929a95aace0e79fbc621af2ab03c76d74d5fcb;p=oweals%2Fbusybox.git diff --git a/mailutils/Config.src b/mailutils/Config.src index 519d562ae..2a9c5c074 100644 --- a/mailutils/Config.src +++ b/mailutils/Config.src @@ -1,8 +1,10 @@ menu "Mail Utilities" +INSERT + config MAKEMIME bool "makemime" - default n + default y help Create MIME-formatted messages. @@ -15,14 +17,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 +34,7 @@ config FEATURE_POPMAILDIR_DELIVERY config REFORMIME bool "reformime" - default n + default y help Parse MIME-formatted messages. @@ -46,7 +48,7 @@ config FEATURE_REFORMIME_COMPAT config SENDMAIL bool "sendmail" - default n + default y help Barebones sendmail.