taharka wrote:
Howdy,
On Wed, 2006-05-10 at 16:02 -0400, Bob Goodwin wrote:
I am presently using Thunderbird version 1.5.0.2 (20060501) and FC-5.
Until updating to FC-5 and the latest Thunderbird I could prevent
Thunderbird from asking "Advance to next unread message in ----------?"
by making the following configuration changes which can no longer be
done. It appears that the configuration files have changed and I'm
unable to find where to stop this annoying "feature!"
Can anyone tell me how to fix this?
Bob Goodwin Zuni, Virginia w2bod
Does the following link help you?
http://www.mozilla.org/support/thunderbird/tips#beh_nextunread
taharka
Lexington, Kentucky U.S.A.
The solution to my problem was to create the file:
~/.thunderbird/ghzps3qc.default/user.js [The file name will vary as a
function of the Thunderbird version installed.]
#
# /root/.thunderbird/ghzps3qc.default/user.js
# How to handle the Advance to next unread message in <x> folder
# prompt.
#
# Settings:
# 0 - Always go to the next folder without prompting
# 1 - Ask before going (default behavior)
# 2 - Don't prompt and don't go to the next folder with unread
# messages
user_pref("mailnews.nav_crosses_folders", 2);
And I am no longer annoyed by that notice.
Thank you.
BobG