aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-12-20 11:59:12 -0800
committerMark Sapiro <mark@msapiro.net>2014-12-20 11:59:12 -0800
commitd196f39ced49094eab5d0d8d8e42308835ef1cf5 (patch)
tree014b413cb216518cf7b075ef11fc84f2dca2f499 /Mailman/Defaults.py.in
parentf0ea450face0a007621753c3c44e09ec2e3c966e (diff)
downloadmailman2-d196f39ced49094eab5d0d8d8e42308835ef1cf5.tar.gz
mailman2-d196f39ced49094eab5d0d8d8e42308835ef1cf5.tar.xz
mailman2-d196f39ced49094eab5d0d8d8e42308835ef1cf5.zip
Implement a new DEFAULT_SUBSCRIBE_OR_INVITE setting to control the default
for the admin Mass Subscriptions page.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rwxr-xr-xMailman/Defaults.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 23215116..2834d98d 100755
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -254,6 +254,10 @@ BROKEN_BROWSER_REPLACEMENTS = {'\x8b': '&#8249;', # single left angle quote
# SSENDERTIME -> Default to grouped by sender and sorted by time.
# STIME -> Default to ungrouped and sorted by time.
DISPLAY_HELD_SUMMARY_SORT_BUTTONS = No
+#
+# Shall the default for the admin Mass Subscription function be Invite rather
+# than Subscribe? Set to Yes in mm_cfg.py to make the default be Invite.
+DEFAULT_SUBSCRIBE_OR_INVITE = No