changeset 571:136e21316761

Catch up with recently added tunables
author xi
date Mon, 04 Sep 2006 21:05:10 +1000
parents 0f23b95887eb
children 21db27716bbd
files contrib/web/perl-admin/conf/tunables.pl contrib/web/php-admin/conf/tunables.pl
diffstat 2 files changed, 28 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/web/perl-admin/conf/tunables.pl	Mon Sep 04 19:43:20 2006 +1000
+++ b/contrib/web/perl-admin/conf/tunables.pl	Mon Sep 04 21:05:10 2006 +1000
@@ -1,9 +1,11 @@
 mlmmj_boolean("closedlist",
 			  "Closed list",
 			  "If the list is open or closed. If it's closed subscription ".
-			  "and unsubscription via mail is disabled. Also note that ".
-			  "confirmation is disabled too, so the -C option to mlmmj-sub ".
-			  "and mlmmj-unsub is of no use with a closed list.");
+			  "and unsubscription via mail is disabled.");
+
+mlmmj_boolean("closedlistsub",
+			  "Closed for subscription",
+			  "Closed for subscription. Unsubscription is possible.");
 
 mlmmj_boolean("nosubconfirm",
 			  "No subscribe confirmation",
@@ -17,6 +19,10 @@
 		   "Moderators",
 		   "If the list is moderated, this is the list of moderators.");
 
+mlmmj_list("submod",
+		   "Subscription moderators",
+		   "This is the list of moderators that will approve subscriptions.");
+
 mlmmj_boolean("tocc",
 			  "To: Cc:",
 			  "If this option is set, the list address does not have to be in the To: or Cc: header of the email to the list.");
@@ -123,3 +129,8 @@
 			  "No subscribers only deny mails",
 			  "This switch turns off whether mlmmj sends out notification about postings ".
 			  "being rejected due to a subscribers only posting list (see 'subonlypost').");
+
+mlmmj_boolean("nodigesttext",
+			  "No digest text summary",
+			  "This switch turns off whether digest mails will have a text part with a thread ".
+			  "summary.");
--- a/contrib/web/php-admin/conf/tunables.pl	Mon Sep 04 19:43:20 2006 +1000
+++ b/contrib/web/php-admin/conf/tunables.pl	Mon Sep 04 21:05:10 2006 +1000
@@ -1,9 +1,11 @@
 mlmmj_boolean("closedlist",
 			  "Closed list",
 			  "If the list is open or closed. If it's closed subscription ".
-			  "and unsubscription via mail is disabled. Also note that ".
-			  "confirmation is disabled too, so the -C option to mlmmj-sub ".
-			  "and mlmmj-unsub is of no use with a closed list.");
+			  "and unsubscription via mail is disabled.");
+
+mlmmj_boolean("closedlistsub",
+			  "Closed for subscription",
+			  "Closed for subscription. Unsubscription is possible.");
 
 mlmmj_boolean("nosubconfirm",
 			  "No subscribe confirmation",
@@ -17,6 +19,10 @@
 		   "Moderators",
 		   "If the list is moderated, this is the list of moderators.");
 
+mlmmj_list("submod",
+		   "Subscription moderators",
+		   "This is the list of moderators that will approve subscriptions.");
+
 mlmmj_boolean("tocc",
 			  "To: Cc:",
 			  "If this option is set, the list address does not have to be in the To: or Cc: header of the email to the list.");
@@ -123,3 +129,8 @@
 			  "No subscribers only deny mails",
 			  "This switch turns off whether mlmmj sends out notification about postings ".
 			  "being rejected due to a subscribers only posting list (see 'subonlypost').");
+
+mlmmj_boolean("nodigesttext",
+			  "No digest text summary",
+			  "This switch turns off whether digest mails will have a text part with a thread ".
+			  "summary.");