Closed
Bug 38236
Opened 25 years ago
Closed 25 years ago
Sent folder's Recipient column is missing content
Categories
(SeaMonkey :: MailNews: Message Display, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M16
People
(Reporter: lchiang, Assigned: waterson)
References
Details
(Keywords: regression)
Sent folder's Recipient column is missing content
Win32 2000-05-04-12-m16 build
1) Start Mail
2) Open your Sent folder (I'm using IMAP)
3) In the thread pane, you'll see a "recipient" column, but all the names in
that column do not appear. That's the only column with the content missing; I
can see the subject, the date, etc.
Comment 1•25 years ago
|
||
reassigning to waterson. Chris, I found that when I backed out your changes to
nsXULTemplateBuilder.cpp and nsRuleNetwork.* that this problem went away.
Basically, what I was doing is changing the value for one of the items in the
template. In mailnews/base/resources/content/commandglue.js
SetSentFolderColumns you can see where this happens. Is this no longer correct?
Assignee: putterman → waterson
Assignee | ||
Comment 2•25 years ago
|
||
I think I know what's wrong...I'll take a look...
Assignee | ||
Comment 3•25 years ago
|
||
scott: I am now remembering the properties that need to be looked up in a
struct. This means that changes to the template won't be reflected by simply
changing the URI.
I'm adding an API to XULElement so you can get a hold of the content model
builder and directly tell it to rebuild; e.g.,
document.getElementById('threadTree').builder.rebuild();
This will correctly handle template munging by "recompiling" the template.
Assignee | ||
Comment 4•25 years ago
|
||
None of my "Sent" folders has MSG_FOLDER_FLAG_SENTMAIL set. How do I make this
be set?
Comment 5•25 years ago
|
||
Go to the account manager in mailnews and go to Copies And Folders in one of
your accounts. Choose the sent folder for that account.
Assignee | ||
Comment 6•25 years ago
|
||
I just checked in an attempt at a fix to commandglue.js without verifying that
it works :-/. Anyway, now that I know what to do, I'll give it a whirl.
Assignee | ||
Comment 7•25 years ago
|
||
scottip: that didn't seem to do anything. Not sure if this is a bug, but, no
matter what folder I picked from the list, the "choose a folder" popup never
changed.
Assignee | ||
Comment 8•25 years ago
|
||
Ok, I found a profile where the "sent" flag is set correctly, and this does
work. Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 9•25 years ago
|
||
thanks, Chris.
Comment 10•25 years ago
|
||
Win32 (2000-05-22-09-m16)
Linux and Mac (2000-05-22-08-m16)
This problem is fixed.
Status: RESOLVED → VERIFIED
QA Contact: lchiang → fenella
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•