diff options
author | Byron Jones <bjones@mozilla.com> | 2012-06-05 07:35:47 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-06-05 07:35:47 +0200 |
commit | 5c9270c0819d0ac8373e83ca53ce3bedd60f3c8c (patch) | |
tree | d7260c7fffb577f8196fcf47b518a930827e51a5 /extensions/BMO | |
parent | d8124f85dd4d1ff0a207d0c033a4333af42d62eb (diff) | |
download | bugzilla-5c9270c0819d0ac8373e83ca53ce3bedd60f3c8c.tar.gz bugzilla-5c9270c0819d0ac8373e83ca53ce3bedd60f3c8c.tar.xz |
Bug 761413: rapid release 16
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 21f97fc1f..3a7f52a1a 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -236,6 +236,12 @@ our $cf_disabled_flags = [ 'cf_status_thunderbird11', 'cf_tracking_seamonkey28', 'cf_status_seamonkey28', + 'cf_tracking_firefox12', + 'cf_status_firefox12', + 'cf_tracking_thunderbird12', + 'cf_status_thunderbird12', + 'cf_tracking_seamonkey29', + 'cf_status_seamonkey29', ]; # Who to CC on particular bugmails when certain groups are added or removed. |