Opened 14 years ago
Closed 14 years ago
#7375 closed bug (fixed)
Tracker still uses E-mail attribute "Thread" but mails are stored without MAIL:thread
Reported by: | taos | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Tracker | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #7383 | |
Platform: | All |
Description
Using hrev40950 (gcc2 hybrid).
In Tracker windows It is possible to choose to display the E-mail attribute "Thread". However, mails are now created without the corresponding attribute MAIL:thread. Consequently, if you choose to show "Thread" there is no information that can be displayed. The same is true for the attribute "Name": MAIL:name seems no longer in use.
Change History (6)
follow-up: 2 comment:1 by , 14 years ago
comment:2 by , 14 years ago
Replying to axeld:
I'm not sure what MAIL:name was even used for (not sure if it's a compatibility problem to leave it out),
I believe MAIL:name contains the name of the From:
or To:
field (whichever applies), falling back to the address, if it doesn't have a name. So it's essentially a shorter, easier to read version of the header field and therefore what people who like easier to read prefer to display. If the attribute isn't created anymore, I would consider that a bug.
comment:4 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
The file name attribute already remove all the Re:, Fwd: stuff. Did the thread attribute something else? I admit, the name attribute is not very intuitive to sort mail by thread but its save some attribute space. Thoughts?
The MAIL:name attribute seems to be quite useful should I add it?
comment:5 by , 14 years ago
The filename has a timestamp and a name in it. I prefer to have "When" and "To"/"From" in their own columns. I want my "Thread" column to contain only the Subject, in its distilled form.
I'm not sure what MAIL:name was even used for (not sure if it's a compatibility problem to leave it out), but MAIL:thread is definitely a desired attribute with how Tracker currently works, as it allows grouping over threads.