[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on November 3, 2004.

How can I re-order the accounts in the left pane?

Look in your prefs.js for a line that looks like this:
user_pref("mail.accountmanager.accounts","account1,account2,account3");
(How many accounts there are, depends on how many are in your profile.)

By looking through the prefs.js, you should be able to find out which number identifies which account. By knowing that, all you then have to do is rearrange the pref string to the order you want.

[an error occurred while processing this directive]