-
Notifications
You must be signed in to change notification settings - Fork 54
Advanced configurations
John Bieling edited this page Apr 3, 2018
·
16 revisions
A few special options cannot be set in TbSync directly and must be set in Thunderbird's advanced options. You can find them here:
extensions.tbsync.eas.synclimit
Defines how many old events should be synced from the server to Thunderbird. The following integer values are allowed:
- 0 (all)
- 4 (2 weeks)
- 5 (1 month)
- 6 (3 month)
- 7 (6 month)
Default: 7
extensions.tbsync.eas.timeout
Defines the maximum time to wait for an answer from the server, in milliseconds. If that timeout is reached sync stops with an timeout error.
Default: 90000
extensions.tbsync.eas.maxitems
Defines the maximum items transmitted per request.
Default: 50
extensions.tbsync.notify4beta
Enable update notifications in the TbSync account manager for beta versions.
Default: false