Hartmut Figge wrote on 19/11/2019 3:07 PM:
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

Hartmut, I just did that (re-ordered the accounts) by re-ordering the accounts in the user_pref("mail.accountmanager.accounts","account1,account5,account2,account4,account3");
pref in 'about:config' then completely closing SeaMonkey and re-starting SM.

Job Done!

--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.5 Build identifier: 20190609032134
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to