diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-31 23:41:53 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-31 23:41:53 +0000 |
commit | 88b8f0a3475fc1f2e1b3cf58b63902551dae0169 (patch) | |
tree | 816f021aa601eba0c1f76c2a3296cf0255dfa9e0 /mailutils/Config.in | |
parent | d3081062453cb394052dd2d8ecda94aaaff3c6df (diff) | |
download | busybox-w32-88b8f0a3475fc1f2e1b3cf58b63902551dae0169.tar.gz busybox-w32-88b8f0a3475fc1f2e1b3cf58b63902551dae0169.tar.bz2 busybox-w32-88b8f0a3475fc1f2e1b3cf58b63902551dae0169.zip |
sendmail: update by Vladimir
build system: tweak for rare case where include/autoconf.h
does not get updated
function old new delta
packed_usage 26238 26242 +4
sendmail_main 1353 897 -456
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-456) Total: -452 bytes
Diffstat (limited to 'mailutils/Config.in')
-rw-r--r-- | mailutils/Config.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mailutils/Config.in b/mailutils/Config.in index 744fe122e..519d562ae 100644 --- a/mailutils/Config.in +++ b/mailutils/Config.in | |||
@@ -50,20 +50,4 @@ config SENDMAIL | |||
50 | help | 50 | help |
51 | Barebones sendmail. | 51 | Barebones sendmail. |
52 | 52 | ||
53 | config FEATURE_SENDMAIL_MAILX | ||
54 | bool "Allow to specify subject, attachments, their charset etc" | ||
55 | default y | ||
56 | depends on SENDMAIL | ||
57 | help | ||
58 | Allow to specify subject, attachments and their charset. | ||
59 | Allow to use custom connection helper. | ||
60 | |||
61 | config FEATURE_SENDMAIL_MAILXX | ||
62 | bool "Allow to specify Cc: addresses and some additional headers" | ||
63 | default n | ||
64 | depends on FEATURE_SENDMAIL_MAILX | ||
65 | help | ||
66 | Allow to specify Cc: addresses and some additional headers: | ||
67 | Errors-To: | ||
68 | |||
69 | endmenu | 53 | endmenu |