changeset 615:5afd6d03faf1

Add the nodigestsub tunable
author xi
date Mon, 11 Dec 2006 01:55:46 +1100
parents 17a401b2a4a6
children 62743c7b96c0
files contrib/web/perl-admin/conf/tunables.pl contrib/web/php-admin/conf/tunables.pl
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/web/perl-admin/conf/tunables.pl	Mon Dec 11 01:53:34 2006 +1100
+++ b/contrib/web/perl-admin/conf/tunables.pl	Mon Dec 11 01:55:46 2006 +1100
@@ -139,3 +139,9 @@
 			  "No digest text summary",
 			  "This switch turns off whether digest mails will have a text part with a thread ".
 			  "summary.");
+
+mlmmj_boolean("nodigestsub",
+			  "No digest subscribers",
+			  "If this options is set, subscription to the digest version of the mailinglist ".
+			  "will be denied. (Useful if you don't want to allow digests and notify users ".
+			  "about it).");
--- a/contrib/web/php-admin/conf/tunables.pl	Mon Dec 11 01:53:34 2006 +1100
+++ b/contrib/web/php-admin/conf/tunables.pl	Mon Dec 11 01:55:46 2006 +1100
@@ -139,3 +139,9 @@
 			  "No digest text summary",
 			  "This switch turns off whether digest mails will have a text part with a thread ".
 			  "summary.");
+
+mlmmj_boolean("nodigestsub",
+			  "No digest subscribers",
+			  "If this options is set, subscription to the digest version of the mailinglist ".
+			  "will be denied. (Useful if you don't want to allow digests and notify users ".
+			  "about it).");