JAS:

>Removing the mail.server.server*.valid account listings work and Iwas 
>able to crear a new mail account. Now is there a add-on that will allow 
>me to reorder the email accounts in the account pane?

There is another way to achieve what you want. First, close SM and make
a backup of your prefs.js. In my current profile there are these lines
in the prefs.js:

user_pref("mail.account.account1.server", "server1");
user_pref("mail.account.account2.identities", "id1");
user_pref("mail.account.account2.server", "server2");
user_pref("mail.account.account3.identities", "id2");
user_pref("mail.account.account3.server", "server3");
user_pref("mail.account.account4.identities", "id3");
user_pref("mail.account.account4.server", "server4");
user_pref("mail.account.account5.identities", "id4");
user_pref("mail.account.account5.server", "server5");
user_pref("mail.account.lastKey", 6);
user_pref("mail.accountmanager.accounts",
"account1,account2,account3,account4,account5");

Edit your prefs.js by changing the order in the last pref. Start SM and
look if the order of accounts is now what you want.

In case you messed up, close SM and replace the modified prefs.js with
the backup.

I admit I haven't done such a manipulation for many years, but I seem to
remember that it worked. Any way, you have your backup. :)

Hartmut
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to