Revision control
Copy as Markdown
Other Tools
[DEFAULT]
head = "head.js"
prefs = [
"calendar.item.promptDelete=false",
"calendar.timezone.local=UTC",
"calendar.timezone.useSystemTimezone=false",
# Default start of the week Thursday to make sure calendar isn't relying on
# built-in assumptions of week start.
"calendar.week.start=4",
# Default Sunday to "not a weekend" and Wednesday to "weekend" to make sure
# calendar isn't relying on built-in assumptions of work days.
"calendar.week.d0sundaysoff=false",
"calendar.week.d3wednesdaysoff=true",
# Default work hours to be from 3:00 to 12:00 to make sure calendar isn't
# relying on built-in assumptions of work hours.
"calendar.view.daystarthour=3",
"calendar.view.dayendhour=12",
"calendar.view.visiblehours=3",
"mail.provider.suppress_dialog_on_startup=true",
"mail.spotlight.firstRunDone=true",
"mail.winsearch.firstRunDone=true",
"mailnews.start_page.override_url=about:blank",
"mailnews.start_page.url=about:blank",
]
subsuite = "thunderbird"
["browser_dayView.js"]
["browser_monthView.js"]
["browser_multiweekView.js"]
["browser_propertyChanges.js"]
["browser_taskView.js"]
["browser_viewSwitch.js"]
["browser_weekView.js"]