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)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

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.
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
I think I know what's wrong...I'll take a look...
Status: NEW → ASSIGNED
Keywords: regression
Priority: P3 → P2
Target Milestone: --- → M16
Depends on: 34623
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.
None of my "Sent" folders has MSG_FOLDER_FLAG_SENTMAIL set. How do I make this be set?
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.
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.
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.
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
thanks, Chris.
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
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.