blob: 4d247ccd40ccacdc13e8f2b8f2018f714f15e735 (
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
27
28
29
30
31
32
33
34
35
36
37
|
if PACKAGE_mutt
config MUTT_POP
bool "POP support"
default y
help
Enables POP support in mutt.
config MUTT_IMAP
bool "IMAP support"
default y
help
Enables IMAP support in mutt.
config MUTT_SMTP
bool "SMTP support"
default n
help
Enables SMTP support in mutt.
config MUTT_HCACHE
bool "Header caching support"
default n
help
Enables header caching support in mutt (using libgdbm).
config MUTT_SASL
bool "SASL support"
default n
help
Enables SASL support in mutt (libsasl2).
config MUTT_GNUTLS
bool "GnuTLS support"
default n
help
Enables GnuTLS support in mutt (libgnutls).
config MUTT_OPENSSL
bool "OpenSSL support"
default y
help
Enables OpenSSL support in mutt (libopenssl).
endif
|