]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Catch up with recently added tunables
authorxi <none@none>
Mon, 4 Sep 2006 11:05:10 +0000 (21:05 +1000)
committerxi <none@none>
Mon, 4 Sep 2006 11:05:10 +0000 (21:05 +1000)
contrib/web/perl-admin/conf/tunables.pl
contrib/web/php-admin/conf/tunables.pl

index 5183cea7382bf20ee47c72995135cc0c84dbd888..833d5d2403150987b3a661aae67da7b4d96045c5 100644 (file)
@@ -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 @@ mlmmj_list("moderators",
                   "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 @@ mlmmj_boolean("nosubonlydenymails",
                          "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.");
index 5183cea7382bf20ee47c72995135cc0c84dbd888..833d5d2403150987b3a661aae67da7b4d96045c5 100644 (file)
@@ -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 @@ mlmmj_list("moderators",
                   "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 @@ mlmmj_boolean("nosubonlydenymails",
                          "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.");