You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
759 B

  1. if PACKAGE_mutt
  2. config MUTT_POP
  3. bool "POP support"
  4. default y
  5. help
  6. Enables POP support in mutt.
  7. config MUTT_IMAP
  8. bool "IMAP support"
  9. default y
  10. help
  11. Enables IMAP support in mutt.
  12. config MUTT_SMTP
  13. bool "SMTP support"
  14. default n
  15. help
  16. Enables SMTP support in mutt.
  17. config MUTT_HCACHE
  18. bool "Header caching support"
  19. default n
  20. help
  21. Enables header caching support in mutt (using libgdbm).
  22. config MUTT_SASL
  23. bool "SASL support"
  24. default n
  25. help
  26. Enables SASL support in mutt (libsasl2).
  27. config MUTT_GNUTLS
  28. bool "GnuTLS support"
  29. default n
  30. help
  31. Enables GnuTLS support in mutt (libgnutls).
  32. config MUTT_OPENSSL
  33. bool "OpenSSL support"
  34. default y
  35. help
  36. Enables OpenSSL support in mutt (libopenssl).
  37. endif