Config.in 587 B

1234567891011121314151617181920212223242526
  1. config ADK_PACKAGE_BOGOFILTER
  2. prompt "bogofilter........................ Mail (spam) filter utility"
  3. tristate
  4. default n
  5. depends on ADK_CXX
  6. select ADK_PACKAGE_LIBDB
  7. select ADK_PACKAGE_LIBICONV
  8. help
  9. Filters mail, must be trained.
  10. http://bogofilter.sourceforge.net
  11. config ADK_PACKAGE_BOGOFILTER_BOGOUTIL
  12. prompt " include bogoutil in firmware image and package file"
  13. bool
  14. default n
  15. depends ADK_PACKAGE_BOGOFILTER
  16. config ADK_PACKAGE_BOGOFILTER_BOGOTUNE
  17. prompt " include bogotune in firmware image and package file"
  18. bool
  19. default n
  20. depends ADK_PACKAGE_BOGOFILTER