Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Config.src « mailutils - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3a3e506dc8ce36ad7241134eba038be759e7057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
menu "Mail Utilities"

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

INSERT

endmenu