Add enum nameflags and struct name.n_flags field
[s-mailx.git] / user.conf
blob9f5e5354b424e77ab443a8a1669f91ea480d956e
1 # user.conf can be used to adjust the set of features that will be checked
2 # for existence -- it is not an error if such a request can't be satisfied.
3 # To disable a variable, set its value to 0 (commenting it out won't do that).
4 # Note that using CONFIG=X settings when running make overwrites this file.
6 # Wether Gunnar Ritter's junk-mail management should be included
7 WANT_JUNK=1
9 # Major switch to toggle *all* network related protocols (IMAP,POP3,SMTP) and
10 # related/dependent stuff (GSSAPI,SSL)
11 WANT_SOCKET=1
13 # Support for IMAP protocol?  (Reading of mails directly on the server.)
14 WANT_IMAP=1
15 # Support for GSSAPI-based authentication for IMAP?
16 WANT_GSSAPI=1
18 # Support for POP3 protocol?  (Download of mails via POP over the network.)
19 WANT_POP3=1
21 # Support for SMTP protocol?  (Directly sending mails over the network.)
22 WANT_SMTP=1
24 # Support for SecureSocketLayer (TransportLayerSecurity, TLS), i.e.,
25 # encrypted socket connections.
26 WANT_SSL=1