Open
Bug 492953
Opened 16 years ago
Updated 2 years ago
gloda activity manager processes have incorrect / incomplete context for account - shows null
Categories
(Thunderbird :: Search, defect)
Thunderbird
Search
Tracking
(Not tracked)
NEW
People
(Reporter: asuth, Unassigned)
References
Details
(Keywords: polish, Whiteboard: [b3ux] [student-project])
currently they are like so:
process.contextType = "account";
process.contextObj = aFolder;
We are missing a contextDisplayText, but also, Standard8 proposes we use the incomingServer as the context. Since aFolder is (potentially confusingly) a string in the above case, the gloda indexer listener interface would want to be augmented to take the nsIMsgFolder in question (or null) instead.
example of using the incomingServer context setup:
http://mxr.mozilla.org/comm-central/source/mail/components/activity/modules/alertHook.js#66
Reporter | ||
Updated•16 years ago
|
Severity: normal → enhancement
Flags: blocking-thunderbird3?
Whiteboard: [b3ux]
Target Milestone: --- → Thunderbird 3.0b3
Comment 2•16 years ago
|
||
I'm not sure if this is the bug for it, but I miss having both server + folder in the activity manager operations. "Inbox is up to date" etc. really doesn't say anything when you have several accounts.
Updated•16 years ago
|
Target Milestone: Thunderbird 3.0b3 → Thunderbird 3.0b4
Updated•16 years ago
|
Flags: wanted-thunderbird3+
Flags: blocking-thunderbird3?
Flags: blocking-thunderbird3-
Whiteboard: [b3ux] → [b3ux] [student-project]
Updated•15 years ago
|
Component: Mail Window Front End → Search
QA Contact: front-end → search
Comment 4•15 years ago
|
||
Target Milestone should be resetted, 3.0 is out ...
Updated•15 years ago
|
Target Milestone: Thunderbird 3.0b4 → Future
In addition to the contextDisplayText missing, the aFolder argument seems to be null as if the gloda service is not sending the folder name. The result is that there is a context title above the progress bar just showing 'null', which is bad. So this is no longer an enhancement but a visible bug.
I could update the listener to take a real nsIMsgFolder, but why is gloda not sending anything? Is there a problem with _indexingFolder at
http://mxr.mozilla.org/comm-central/source/mailnews/db/gloda/modules/indexer.js#707
Severity: enhancement → normal
Target Milestone: Thunderbird 11.0 → ---
Reporter | ||
Comment 6•12 years ago
|
||
Maybe GlodaMsgIndexer._indexerEnterFolder should be calling GlodaIndexer._notifyListeners() around the area after where it logs what folder it is entering. If we did this, then _worker_folderIndex will no longer need to call GlodaIndexer._notifyListeners.
Comment 11•9 years ago
|
||
getting this too.
Comment 12•9 years ago
|
||
Same "null" header is present on TB 45.2.0.
Comment 13•8 years ago
|
||
Same null header is present in TB 52.0b3
Comment 14•8 years ago
|
||
I confirm the same 'null' in TB 52.0.1.
Comment 15•6 years ago
|
||
Same 'null' header is present in TB 60.6.1
Updated•5 years ago
|
Summary: gloda activity manager processes have incorrect / incomplete context → gloda activity manager processes have incorrect / incomplete context for account - shows null
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•