busybox/mailutils/Config.src
Denys Vlasenko 72089cf6b4 config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-07-21 09:50:55 +02:00

13 lines
199 B
Plaintext

menu "Mail Utilities"
INSERT
config FEATURE_MIME_CHARSET
string "Default charset"
default "us-ascii"
depends on MAKEMIME || REFORMIME || SENDMAIL
help
Default charset of the message.
endmenu