X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e53ecb012ec4b2b87bb9ab35741241590b552a68..77ec3b2de9bb1880b258ec6aaf4949f146f6fd8d:/package/busybox/config/mailutils/Config.in diff --git a/package/busybox/config/mailutils/Config.in b/package/busybox/config/mailutils/Config.in index 9fb5a13ec..8db30310b 100644 --- a/package/busybox/config/mailutils/Config.in +++ b/package/busybox/config/mailutils/Config.in @@ -1,5 +1,8 @@ +# DO NOT EDIT. This file is generated from Config.src menu "Mail Utilities" + + config BUSYBOX_CONFIG_MAKEMIME bool "makemime" default n @@ -50,20 +53,4 @@ config BUSYBOX_CONFIG_SENDMAIL help Barebones sendmail. -config BUSYBOX_CONFIG_FEATURE_SENDMAIL_MAILX - bool "Allow to specify subject, attachments, their charset etc" - default n - depends on BUSYBOX_CONFIG_SENDMAIL - help - Allow to specify subject, attachments and their charset. - Allow to use custom connection helper. - -config BUSYBOX_CONFIG_FEATURE_SENDMAIL_MAILXX - bool "Allow to specify Cc: addresses and some additional headers" - default n - depends on BUSYBOX_CONFIG_FEATURE_SENDMAIL_MAILX - help - Allow to specify Cc: addresses and some additional headers: - Errors-To: - endmenu