Hello Alexander,

> Can you try to reproduce this with a user that has no confidential data in his
> .mozilla profile? At best you could somehow tar the whole .mozilla directory 
> and
> attach it to this bug. We are trying to reproduce this for a while, but 
> without
> success. So if you can manage to make some minimal .mozilla directory that
> produces this problem, don't hesitate to share it!

I was able to further pin down this bug. I deleted a lot from my
prefs.js, retaining only lines starting with
user_pref("mail.*);
Thunderbird still crashes, but it doesn't, if I leave everything
*execept* these lines.
So it's got to be something in there.
Next is divide et impera:
I deleted lines from prefs.js to see which ones would keep thunderbird
crashing.
This single line keeps Thunderbird crashing, when it tries to import a
Mozilla 1.x Profile:

user_pref("mail.server.server1.newsrc.file", 0);

Upon removal of this line, Thunderbird imported both my test an my real
Profile flawlessly (which wolved my problem, at last).
To solve this bug on code-level, some context might be useful.
So here are all lines regarding "mail.server.server1" (I XXXed personal
information, however):

user_pref("mail.server.server1.admin_url", "");
user_pref("mail.server.server1.ageLimit", 30);
user_pref("mail.server.server1.capability", 528931);
user_pref("mail.server.server1.check_new_mail", false);
user_pref("mail.server.server1.daysToKeepBodies", 30);
user_pref("mail.server.server1.daysToKeepHdrs", 30);
user_pref("mail.server.server1.delete_model", 2);
user_pref("mail.server.server1.directory",
"/home/kirby/.mozilla/kirby/bgm9j28p.slt/ImapMail/mail.some.server.de");
user_pref("mail.server.server1.directory-rel",
"[ProfD]ImapMail/mail.some.server.de");
user_pref("mail.server.server1.empty_trash_on_exit", true);
user_pref("mail.server.server1.hostname", "mail.some.server.de");
user_pref("mail.server.server1.isSecure", true);
user_pref("mail.server.server1.manualMark", true);
user_pref("mail.server.server1.max_cached_connections", 5);
user_pref("mail.server.server1.moveOnSpam", true);
user_pref("mail.server.server1.moveTargetMode", 1);
user_pref("mail.server.server1.name", "Mail for
[EMAIL PROTECTED]");
user_pref("mail.server.server1.namespace.other_users", "\"~\"");
user_pref("mail.server.server1.namespace.personal",
"\"#mh/\",\"#mhinbox\",\"\"");
user_pref("mail.server.server1.namespace.public",
"\"#public/\",\"#news.\",\"#ftp/\",\"#shared/\"");
user_pref("mail.server.server1.newsrc.file", 0);
user_pref("mail.server.server1.numHdrsToKeep", 30);
user_pref("mail.server.server1.port", 993);
user_pref("mail.server.server1.server_sub_directory", "");
user_pref("mail.server.server1.spamActionTargetAccount",
"imap://[EMAIL PROTECTED]");
user_pref("mail.server.server1.spamActionTargetFolder",
"imap://[EMAIL PROTECTED]/Trash");
user_pref("mail.server.server1.timeout", 29);
user_pref("mail.server.server1.type", "imap");
user_pref("mail.server.server1.userName", "XXXXXX");

Hope this helps.

Kind regards,


Matthias.
-- 
"In einer irrsinnigen Welt vernünftig sein wollen,
ist schon wieder ein Irrsinn für sich." (Voltaire)




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to