Closed
Bug 459419
Opened 16 years ago
Closed 16 years ago
Add Received and Newsgroups headers to Windows Search .wdseml messages
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b1
People
(Reporter: rain1, Assigned: rain1)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
rain1
:
review+
|
Details | Diff | Splinter Review |
We're missing a couple of headers that make the UX better. Received, used for sorting by "Date Received", and "Newsgroups" which makes an appearance in the To column.
The "dateReceived" property is incorrect for IMAP headers, so we parse the actual message headers, which isn't too hard thanks to libmime, heh.
As for the Newsgroups header, since it doesn't seem to be stored in the mork db, I've used the folder name. (The ultimate aim is probably for newsgroup headers to be indexed in case the folder's not offline)
Attachment #342617 -
Flags: review?(bienvenu)
Updated•16 years ago
|
Attachment #342617 -
Flags: review?(bienvenu) → review+
Comment 1•16 years ago
|
||
Comment on attachment 342617 [details] [diff] [review]
patch v1
Sid's going to add a comment to the effect that the received header retrieved is the first one, which is the latest one, the closest to your pop3 server.
Assignee | ||
Comment 2•16 years ago
|
||
Attachment #342617 -
Attachment is obsolete: true
Attachment #343241 -
Flags: review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 3•16 years ago
|
||
Comment on attachment 343241 [details] [diff] [review]
comment added
[Checkin: Comment 3]
http://hg.mozilla.org/comm-central/rev/16a9fb5a46e4
Attachment #343241 -
Attachment description: comment added → comment added
[Checkin: Comment 3]
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: in-testsuite-
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•