Closed
Bug 607981
Opened 15 years ago
Closed 15 years ago
Unified Inbox doesn't work anymore − no way to set it back up
Categories
(MailNews Core :: Database, defect)
Tracking
(thunderbird3.1 .7-fixed)
RESOLVED
FIXED
Thunderbird 3.3a1
Tracking | Status | |
---|---|---|
thunderbird3.1 | --- | .7-fixed |
People
(Reporter: protz, Assigned: protz)
References
Details
Attachments
(1 file)
746 bytes,
patch
|
Bienvenu
:
review+
standard8
:
approval-thunderbird3.1.7+
|
Details | Diff | Splinter Review |
So I'm probably hitting bug 578148 but the weird thing is, in my case, the "Properties" dialog of the smart inbox was totally broken, which would prevent me from properly restoring the smart inbox after deleting the msf files.
Looks like passing an empty string as the RDF resource makes the whole thing crash. Patch attached.
Attachment #486636 -
Flags: review?(bienvenu)
Comment 1•15 years ago
|
||
Comment on attachment 486636 [details] [diff] [review]
Prevents the dialog from being totally unusable
Oh, I bet you got a searchFolderUri with ",," in it, or something like that, so you got an empty folderUri.
Attachment #486636 -
Flags: review?(bienvenu) → review+
Comment 2•15 years ago
|
||
Is it possible that you ran with a 3.0.x build when you removed the account?
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #1)
> Comment on attachment 486636 [details] [diff] [review]
> Prevents the dialog from being totally unusable
>
> Oh, I bet you got a searchFolderUri with ",," in it, or something like that, so
> you got an empty folderUri.
Sounds likely.
(In reply to comment #2)
> Is it possible that you ran with a 3.0.x build when you removed the account?
Hard to say. I tend to keep my dev profiles running around for a long time, so that's a possibility, yes.
Keywords: checkin-needed
Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 486636 [details] [diff] [review]
Prevents the dialog from being totally unusable
I think it's worth having this on 3.1 since msf corruption does happen in there. It'd be a shame for users not to be able to manually restore their smart inbox.
Attachment #486636 -
Flags: approval-thunderbird3.2a1?
Attachment #486636 -
Flags: approval-thunderbird3.1.7?
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a1
Comment 6•15 years ago
|
||
(In reply to comment #0)
> Looks like passing an empty string as the RDF resource makes the whole thing
> crash. Patch attached.
Do you have the crash signature for that crash ?
Assignee | ||
Comment 7•15 years ago
|
||
Sorry, didn't mean crash. Just meant: makes the whole thing fail. (Error in the rror console).
Updated•15 years ago
|
Attachment #486636 -
Flags: approval-thunderbird3.2a1?
Attachment #486636 -
Flags: approval-thunderbird3.1.7?
Attachment #486636 -
Flags: approval-thunderbird3.1.7+
Comment 8•15 years ago
|
||
Checked into 1.9.2: http://hg.mozilla.org/releases/comm-1.9.2/rev/365301ed453f
status-thunderbird3.1:
--- → .7-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•