Confirmed users
703
edits
m (→Settings: typo) |
|||
Line 23: | Line 23: | ||
AFAIK, there is no Preferences UI for this extension in the addons manager, its settings [http://kb.mozillazine.org/Editing_configuration#Modifying_preferences must be set] directly in about:config (or in the Thunderbird Config Editor). They start with '''nightly.''' and IIUC you shouldn't change '''nightly.currChangeset''' and '''nightly.prevChangeset''' — these two are for data which the extension needs to remember from one session to the next; the others are its preferences. — [[User:Tonymec|Tonymec]] 15:47, 10 November 2011 (PST) | AFAIK, there is no Preferences UI for this extension in the addons manager, its settings [http://kb.mozillazine.org/Editing_configuration#Modifying_preferences must be set] directly in about:config (or in the Thunderbird Config Editor). They start with '''nightly.''' and IIUC you shouldn't change '''nightly.currChangeset''' and '''nightly.prevChangeset''' — these two are for data which the extension needs to remember from one session to the next; the others are its preferences. — [[User:Tonymec|Tonymec]] 15:47, 10 November 2011 (PST) | ||
The following describes the known settings, but the table is not complete. If you know anything that's missing, please fill it in; if there is an error, please correct it. | |||
* '''Note:''' In the first column, we have added a space after each dot. This is intentional; these spaces are not part of the name, they are only there to allow line-breaking in the "name" cells if necessary. | |||
{| border=4 | |||
|- | |||
! Name | |||
! Type | |||
! Values | |||
|- | |||
| nightly. currChangeset | |||
| String | |||
| | |||
|- | |||
| nightly. disableCheckCompatibility | |||
| Boolean | |||
| true: <br>false (default): Opposite of the above. | |||
|- | |||
| nightly. idtitle | |||
| Boolean | |||
| true (default): <br> false: Opposite of the above. | |||
|- | |||
| nightly. prevChangeset | |||
| String | |||
| | |||
|- | |||
| nightly. templates. buildid | |||
| String | |||
| Template for the string inserted by "Tools → Nightly Tester Tools → Copy Build ID to Clipboard" or "Tools → Nightly Tester Tools → Insert Build ID into Textbox". <br>Default: ${UserAgent} ID:${AppBuildID}${Flags} | |||
|- | |||
| nightly. templates. title | |||
| String | |||
| Template for the window title. <br>Default: ${DefaultTitle} (Build ${AppBuildID}) | |||
|} | |||
==Ideas== | ==Ideas== |