From f5aa69117c2a3c8e7c62cf4185f1ecd82c5f91a8 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 1 Sep 2026 11:30:02 -0400 Subject: [PATCH] Bug 2068120 - Thunderbird access to "Iteration" and "Due Date" fields --- extensions/BMO/lib/Data.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 033e301d27..23018f0b2c 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -160,17 +160,20 @@ tie( }, qr/^cf_due_date$/ => { "bugzilla.mozilla.org" => [], + "Calendar" => [], "Community Building" => [], "Data & BI Services Team" => [], "Data Compliance" => [], "Developer Engagement" => [], "Firefox" => ["Security: Review Requests"], "Infrastructure & Operations" => [], + "MailNews Core" => [], "Marketing" => [], "mozilla.org" => ["Security Assurance: Review Request"], "Mozilla Metrics" => [], "Mozilla PR" => [], "Mozilla Reps" => [], + "Thunderbird" => [], }, qr/^cf_locale$/ => {"Mozilla Localizations" => ['Other'], "www.mozilla.org" => [],},