From: Mike Gabriel Date: Fri, 21 Sep 2012 19:14:05 +0000 (+0200) Subject: Provide gStrongList configuration option in config file to make a site admin aware... X-Git-Tag: release/2.6.0~337 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=9c804f43b4cabe7049068d7851465470bf5e7f67 Provide gStrongList configuration option in config file to make a site admin aware of its existence. Signed-off-by: Don Armstrong --- diff --git a/debian/changelog b/debian/changelog index b83bd9e..786f92b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,8 @@ debbugs (2.4.2~exp2) UNRELEASED; urgency=low line to avoid duplication (and more) of the bug number when replying to bug postings. * Update postfix section in Readme.mail. Closes: #688109. + * Provide gStrongList configuration option in config file to make + a site admin aware of its existence. -- Don Armstrong Wed, 25 Aug 2010 01:57:38 -0700 diff --git a/scripts/config b/scripts/config index 32253db..e64498e 100644 --- a/scripts/config +++ b/scripts/config @@ -36,6 +36,7 @@ $gForwardList = "bug-forward-list"; # e.g. debian-bugs-forwarded $gDoneList = "bug-done-list"; # e.g. debian-bugs-closed $gRequestList = "bug-request-list"; # e.g. debian-bugs-dist $gSubmitterList = "bug-submitter-list"; # e.g. debian-bugs-dist +$gStrongList = "bug-strong-list"; # e.g. debian-bugs-dist $gControlList = "bug-control-list"; # e.g. debian-bugs-dist $gSummaryList = "bug-summary-list"; # e.g. debian-bugs-reports $gMirrorList = "bug-mirrors-list"; # sends to all mirrors