From e3d2d003c5cadab18e4a5b51b586872f1282ffac Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Tue, 26 Jan 1999 09:22:55 +0000 Subject: Added MailNews project. --- makeproducttable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeproducttable.sh') diff --git a/makeproducttable.sh b/makeproducttable.sh index a94aada2d..3a4f4d6a2 100755 --- a/makeproducttable.sh +++ b/makeproducttable.sh @@ -36,6 +36,7 @@ description mediumtext insert into products (product, description) values ("Calendar", 'For bugs about the Calendar project'); insert into products (product, description) values ("CCK", 'For bugs about the Client Customization Kit project'); insert into products (product, description) values ("Directory", 'For bugs about the Directory (LDAP) project'); +insert into products (product, description) values ("MailNews", 'For bugs about the Mozilla Mail/News project'); insert into products (product, description) values ("Mozilla", "For bugs about the Mozilla web browser"); insert into products (product, description) values ("NGLayout", 'For bugs about the New Layout project'); insert into products (product, description) values ("Webtools", 'For bugs about the web-based tools that mozilla.org uses. This include Bugzilla (problems you are having with this bug system itself), Bonsai, and Tinderbox.'); -- cgit v1.2.3-24-g4f1b