Config.in 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # DO NOT EDIT. This file is generated from Config.src
  2. menu "Mail Utilities"
  3. config MAKEMIME
  4. bool "makemime (5.9 kb)"
  5. default y
  6. help
  7. Create MIME-formatted messages.
  8. config POPMAILDIR
  9. bool "popmaildir (10 kb)"
  10. default y
  11. help
  12. Simple yet powerful POP3 mail popper. Delivers content
  13. of remote mailboxes to local Maildir.
  14. config FEATURE_POPMAILDIR_DELIVERY
  15. bool "Allow message filters and custom delivery program"
  16. default y
  17. depends on POPMAILDIR
  18. help
  19. Allow to use a custom program to filter the content
  20. of the message before actual delivery (-F "prog [args...]").
  21. Allow to use a custom program for message actual delivery
  22. (-M "prog [args...]").
  23. config REFORMIME
  24. bool "reformime (7.5 kb)"
  25. default y
  26. help
  27. Parse MIME-formatted messages.
  28. config FEATURE_REFORMIME_COMPAT
  29. bool "Accept and ignore options other than -x and -X"
  30. default y
  31. depends on REFORMIME
  32. help
  33. Accept (for compatibility only) and ignore options
  34. other than -x and -X.
  35. config SENDMAIL
  36. bool "sendmail (14 kb)"
  37. default y
  38. help
  39. Barebones sendmail.
  40. config FEATURE_MIME_CHARSET
  41. string "Default charset"
  42. default "us-ascii"
  43. depends on MAKEMIME || REFORMIME || SENDMAIL
  44. help
  45. Default charset of the message.
  46. endmenu