blob: 0aae8af9d00242890da9b3467b6efb1c134b74b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[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]
|