diff options
author | kim <kim@pkgsrc.org> | 2000-05-20 17:39:20 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-05-20 17:39:20 +0000 |
commit | f8ce8549c48e0481daabdca869ee99cb5bf7170e (patch) | |
tree | a32af6afd73a65efb71a81b42f40d26f69c8a450 /mk/mk.conf.example | |
parent | 5b4d2f4abffccda5c542237cb671913c42aa2297 (diff) | |
download | pkgsrc-f8ce8549c48e0481daabdca869ee99cb5bf7170e.tar.gz |
Make it possible to avoid SSL in mutt.
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r-- | mk/mk.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 809393cb088..e43577e489f 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.138 2000/05/09 18:12:40 tron Exp $ +# $NetBSD: mk.conf.example,v 1.139 2000/05/20 17:39:20 kim Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -460,6 +460,11 @@ # Possible: any directory. # Default: /var/tmp +#MUTT_USE_SSL= YES +# Enable SSL in mutt (for pop and imap connections) +# Possible: YES, NO +# Default: YES + #NMH_EDITOR= # default editor for use in nmh. # Possible: any editor. |