outof(): Mail NULL fix..
[s-mailx.git] / user.conf
blob2409769bb3ef2be3df80e653f42f809410cfda5e
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 # If WANT_SOCKET, should the IPv6 family of functions be searched for and
14 # compiled into the program if found? TODO once tested, default to WANT_IPV6=1!
15 WANT_IPV6=0
17 # Support for SecureSocketLayer (TransportLayerSecurity, TLS), i.e.,
18 # encrypted socket connections.
19 WANT_SSL=1
21 # Support for IMAP protocol?  (Reading of mails directly on the server.)
22 WANT_IMAP=1
23 # Support for GSSAPI-based authentication for IMAP?
24 WANT_GSSAPI=1
26 # Support for POP3 protocol?  (Download of mails via POP over the network.)
27 WANT_POP3=1
29 # Support for SMTP protocol?  (Directly sending mails over the network.)
30 WANT_SMTP=1
32 # Several facilities use the MD5 message digest, but for some of them it is
33 # used for optional features (POP3: APOP authentification, IMAP: CRAM-MD5
34 # authentification, SMTP: CRAM-MD5 authentification).
35 # If you don't need those, you may exclude MD5 from S-nail.
36 # Note that WANT_MD5 is automatically turned off if its exclusion will only
37 # affect MIME boundary strings and Message-Id: fields.
38 WANT_MD5=1