diff options
author | Denis Vlasenko | 2008-11-06 23:41:38 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-11-06 23:41:38 +0000 |
commit | b9d572a2733fa20957a9a3287bd04d66176e3b6a (patch) | |
tree | 2b9ff7454709e84b02e644db4914ad9d4b739e68 /networking/Config.in | |
parent | f10bc3964f1d92fa83ec97a625fca33ce1592f26 (diff) | |
download | busybox-b9d572a2733fa20957a9a3287bd04d66176e3b6a.zip busybox-b9d572a2733fa20957a9a3287bd04d66176e3b6a.tar.gz |
total overhaul of mail applets. again. Vladimir as usual.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/networking/Config.in b/networking/Config.in index 3ae77e1..95f8942 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -681,47 +681,6 @@ config ROUTE help Route displays or manipulates the kernel's IP routing tables. -config SENDMAIL - bool "sendmail" - default n - help - Barebones sendmail. - -config FEATURE_SENDMAIL_MAILX - bool "Allow to specify subject, attachments and their charset" - default y - depends on SENDMAIL - help - Allow to specify subject, attachments and their charset. - -config FEATURE_SENDMAIL_MAILXX - bool "Allow to specify Cc: addresses and some additional headers" - default n - depends on FEATURE_SENDMAIL_MAILX - help - Allow to specify Cc: addresses and some additional headers: - Errors-To: - -config FEATURE_SENDMAIL_SSL - bool "Allow to communicate via SSL/TLS" - default y - depends on SENDMAIL - help - Allow to use secure connections provided by openssl. E.g. @gmail.com. - -config FEATURE_SENDMAIL_CHARSET - string "Default charset" - default "utf-8" - depends on SENDMAIL - help - Default charset of the message. - -config FETCHMAIL - bool "fetchmail" - default n - help - Barebones fetchmail. - config SLATTACH bool "slattach" default n |