Thunderbird

From Hackepedia
Revision as of 14:45, 21 April 2006 by Franks (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If you have to enter the password for your email account(s) every time you start Mozilla Thunderbird, you can open your prefs.js file

$ find ~ -name prefs.js | grep thunderbird

to find the file. open it, and modify the line that says:

user_pref("signon.rememberSignons", false);

and change false to true. Now start thunderbird again and you should be set.