From cf9b4ba2e757925eeb18bb63411ae30c8600c643 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 21 Sep 2002 23:57:07 +0000 Subject: Fix for bug 63601: Recommend filename when downloading attachments (except in IE4, which chokes on the Content-Disposition header) Patch by Daniel Raichle and Dave Miller r= bbaetz, gerv --- checksetup.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 803d64d14..c00301742 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1805,6 +1805,7 @@ AddFDef("dependson", "BugsThisDependsOn", 0); AddFDef("blocked", "OtherBugsDependingOnThis", 0); AddFDef("attachments.description", "Attachment description", 0); AddFDef("attachments.thedata", "Attachment data", 0); +AddFDef("attachments.filename", "Attachment filename", 0); AddFDef("attachments.mimetype", "Attachment mime type", 0); AddFDef("attachments.ispatch", "Attachment is patch", 0); AddFDef("attachments.isobsolete", "Attachment is obsolete", 0); -- cgit v1.2.3-24-g4f1b