Changes

Jump to: navigation, search

Thunderbird

24 bytes added, 17:42, 23 April 2008
m
no edit summary
Alternatively, you can use this jscript file to use full path names:
<source lang="jsjavascript">
var WshShell = WScript.CreateObject("WScript.Shell");
var key;
Edit %programfiles%\mozilla thunderbird\greprefs\all.js addding the following values:
<source lang="jsjavascript">
pref("general.config.obscure_value", 0);
pref("general.config.filename", "thunderbird.cfg");
Example thunderbird.cfg with automatically assigned values from ldap.
<source lang="jsjavascript">
//put everything in a try/catch
try {

Navigation menu