summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2001-02-09 16:21:37 +0000
committerjlam <jlam>2001-02-09 16:21:37 +0000
commitaadda172ad19b4b161ba93a68efb84158ace5f46 (patch)
tree117ef058bc2d4caf1174fbca7901befe8aeaef6d /mk
parent672d42987f69604eec4495f7f00306c89bf205ad (diff)
downloadpkgsrc-aadda172ad19b4b161ba93a68efb84158ace5f46.tar.gz
Document CCLIENT_MBOX_FMT, used in imap-uw to set the default format used
by c-client programs for new mailbox creation.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 6aedcd3496c..9966a970c6b 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.171 2001/02/09 13:03:05 simonb Exp $
+# $NetBSD: mk.conf.example,v 1.172 2001/02/09 16:21:37 jlam Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -321,6 +321,14 @@
# Possible: defined, not defined
# Default: not defined
+#CCLIENT_MBOX_FMT= mbx
+# Used in imap-uw to set the default format used by c-client programs for new
+# mailbox creation. Check the UW IMAP documentation for more details
+# regarding the pros and cons of the various mailbox formats.
+#
+# Possible: mbox, mbx, mh, mmdf, mtx, mx, news, phile, tenex, unix
+# Default: unix
+
#CUPS_GROUP= sys
# Used in the cups package to specify the group to run CUPS commands as.
# Possible: any group name