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
commitfa0231d3ce9215eab3583a2a2822693c972673cf (patch)
tree117ef058bc2d4caf1174fbca7901befe8aeaef6d /mk
parent85f126050f9bcca32079d8a0dafe390e21382af8 (diff)
downloadpkgsrc-fa0231d3ce9215eab3583a2a2822693c972673cf.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