Closed Bug 445892 Opened 16 years ago Closed 16 years ago

Unregress, then fix, |gCollect*| processing

Categories

(SeaMonkey :: MailNews: Message Display, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: sgautherie, Assigned: sgautherie)

References

(Depends on 1 open bug, )

Details

(Keywords: regression)

Attachments

(1 file)

[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.2pre) Gecko/2008071502 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4) Bug 308988 comment 30 checkin missed a |!|; in fact, there was no reason to change the way the conditions were written. Furthermore, I don't know/test if it's a regression or not, but the current behavior is wrong, as |gCollectIncoming| and |gCollectNewsgroup| are "merged" into |createCard|, so setting any of them as |true| will override the other one :-( NB: TB doesn't have (any of) this code anymore (after bug 331924).
Flags: blocking-seamonkey2?
Actually, r1.147 only "restored" these conditions as they were before bug 308988; yet, r1.146 was correct/better on this part. This is only a small/trivial step/fix in the right direction: the code and comment of this block needs to be reanalyzed and fixed, to handle correctly/"separately" the 3 preferences.
Assignee: mail → sgautherie.bz
Status: NEW → ASSIGNED
Attachment #330151 - Flags: review?(iann_bugzilla)
No longer depends on: 65613
Another (future) point, from bug 65613 comment 8: {{ Karsten Düsterloh 2008-07-18 01:07:06 PDT probably not auto-grabbing addresses filtered away by the junk filter (or some such in this direction) }}
Attachment #330151 - Flags: review?(iann_bugzilla) → review-
The logic is correct as mentioned in bug 308988, dontCollectAddress is a misnamed variable, it would probably be better named "fromNewsgroup" So the logic is: create a card if (pref for incoming and not from a newsgroup) or (pref for newsgroups and from a newsgroup). -> INVALID
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: blocking-seamonkey2?
Resolution: --- → INVALID
Depends on: 498215
(In reply to comment #3) > The logic is correct as mentioned in bug 308988, dontCollectAddress is a > misnamed variable, it would probably be better named "fromNewsgroup" I filed bug 498215.
QA Contact: message-display
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: