summaryrefslogtreecommitdiff
path: root/package/bogofilter/Config.in
blob: 1dfb7d2d5b880798d2f31fb7fd75c43f49feeaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
config ADK_PACKAGE_BOGOFILTER
	prompt "bogofilter........................ Mail (spam) filter utility"
	tristate
	default n
	depends on ADK_CXX
	select ADK_PACKAGE_LIBDB
	select ADK_PACKAGE_LIBICONV
	help
		Filters mail, must be trained.

		http://bogofilter.sourceforge.net


config ADK_PACKAGE_BOGOFILTER_BOGOUTIL
	prompt "    include bogoutil in firmware image and package file"
	bool
	default n
	depends ADK_PACKAGE_BOGOFILTER

config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
	prompt "    include bogotune in firmware image and package file"
	bool
	default n
	depends ADK_PACKAGE_BOGOFILTER