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: e45a0f8fbff36d046129d3114d55d4e199902f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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