Things I do to customize
Mozilla,
Firefox 2.0
(or 1.5),
or Thunderbird.
These use about:config where available,
and preferential otherwise (i.e. Thunderbird) Thunderbird
now gives access to about:config through the advanced preferences pane.
browser.urlbar.clickSelectsAll = false
Makes the url bar act as it did in 2.0, much less anoying!keyword:url to regular google search
so that it works like Mozilla. value=
http://www.google.com/search?ie=UTF-8&q=accessibility.tabfocus to 3
all form elements, or 7 links and all form elements.
(7 is default on Windows.)
dom.diable_window_move_resize = truedom.diable_window_open_feature.close = truedom.diable_window_open_feature.directories = truedom.diable_window_open_feature.location = truedom.diable_window_open_feature.menubar = truedom.diable_window_open_feature.minimizable = truedom.diable_window_open_feature.personalbar = truedom.diable_window_open_feature.resizable = truedom.diable_window_open_feature.scrollbars = truedom.diable_window_open_feature.status = true (true is default)dom.diable_window_open_feature.titlebar = truedom.diable_window_open_feature.toolbar = truemailnew.mark_message_read.delay to true
(Not needed, see next.)
mailnews.mark_message_read.delay to something like
10 (There is actually an UI element to do this.)Approved: by setting
user_pref("mail.compose.other.header", "Comma, Seperated, List,
Of, Headers");. They will appear in the To:, CC:
drop down list.dom.disable_* to true.
except dom.disable_image_src_set?,
dom.disable_window_flip(set to true),
dom.disable_window_open_feature.directories
user_pref("advanced.system.supportDDEExec", false);
Back to main | This has been a josh1ofX/kdumb production.