i give Mark credit on knowing how to do the replacing, in case not;
repeating, this is how they are found:
++++
[geo@boxen ~]$ cd .thunderbird/lihsqjai.default
[geo@boxen lihsqjai.default]$ grep heck prefs.js
user_pref("mail.SpellCheckBeforeSend", true);
user_pref("mail.server.server1.check_new_mail", true);
user_pref("mail.server.server3.check_new_mail", true);
user_pref("mail.server.server4.check_new_mail", false);
user_pref("mail.server.server4.check_time", 1);
user_pref("mail.startup.enabledMailCheckOnce", true);
user_pref("spellchecker.dictionary", "en_US")
[geo@boxen lihsqjai.default]$
open prefs.js with text editor, group edit accordingly.
++++
this is how they are all replaced;
first, close thunderbird, then in the
~/.thunderbird/*.default
directory;
cp prefs.js
prefs.js.org
open prefs.js in text editor, such as kde desktop editor,
it is a simple:
<ctrl+r> to open editing and make entries;
Find: check_new_mail", true);
Replace: check_new_mail", false);
click on [Replace All] button.
make change of;
Find: check_time", 1);
Replace: check_time", 0);
click on [Replace All] button.
make change of;
Find: startup.enabledMailCheckOnce", true);
Replace: startup.enabledMailCheckOnce", false);
click on [Replace All] button.
close editing, close and save prefs.js, open thunderbird.
similar editing can be used in oos, os-x, and bsd.
> Have fun, and good luck,
i agree.
thought for the day:
would be interesting if only poster with answer is
on a filter to delete list for poster with problem.
((GBWG))