Eckard has written on 9/30/2013 4:56 AM:
Here are all the mail.root lines in prefs.js:
user_pref("mail.root.imap-rel", "[ProfD]ImapMail");
user_pref("mail.root.imap", "");
user_pref("mail.root.nntp-rel", "[ProfD]News");
user_pref("mail.root.nntp", "E:\\Thunderbird\\Profile\\News");
user_pref("mail.root.none-rel", "[ProfD]Mail");
user_pref("mail.root.none", "");
user_pref("mail.root.pop3-rel", "[ProfD]../0c9iapp6.PJH/Mail");
user_pref("mail.root.pop3", "F:\\0c9iapp6.PJH\\Mail");
0c9iapp6.PJH is an obsolete profile directory name. It does exist on F:
but hasn't been used since 2011.
E:\Thunderbird\Profile is a bogus path.
What is ProfD?
What is mail.root, for that matter?
Thanks.