On 6/9/12 11:15 AM, Rufus wrote: > > ...says it all. > > https://bugzilla.mozilla.org/show_bug.cgi?id=724296 >
This might be an instance of bug #560792. See <https://bugzilla.mozilla.org/show_bug.cgi?id=560792>. If it is, then set the preference variable signon.startup.prompt to false. I put the following into file user.js in my SeaMonkey profiles: user_pref("signon.startup.prompt", false); // don't ask for master password until it's used, // bugs #338549 (fixed?), #560792 (not yet fixed), and #560793 (fixed?) The lines begining with // are comments. Don't forget the semi-colon at the end of the first line. This requires terminating and then restarting SeaMonkey. Alternatively, you can set signon.startup.prompt via about:config. However, you then cannot set any comments to remind you of why you did this. -- David E. Ross <http://www.rossde.com/>. Anyone who thinks government owns a monopoly on inefficient, obstructive bureaucracy has obviously never worked for a large corporation. © 1997 by David E. Ross _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

