diff options
Diffstat (limited to 'comm/mail/components/preferences/dockoptions.js')
-rw-r--r-- | comm/mail/components/preferences/dockoptions.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comm/mail/components/preferences/dockoptions.js b/comm/mail/components/preferences/dockoptions.js new file mode 100644 index 0000000000..d518150551 --- /dev/null +++ b/comm/mail/components/preferences/dockoptions.js @@ -0,0 +1,11 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, you can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* import-globals-from ../../../../toolkit/content/preferencesBindings.js */ + +Preferences.addAll([ + { id: "mail.biff.animate_dock_icon", type: "bool" }, + { id: "mail.biff.show_badge", type: "bool" }, + { id: "mail.biff.use_new_count_in_badge", type: "bool" }, +]); |