Closed
Bug 41663
Opened 25 years ago
Closed 25 years ago
filter string comparisons should be case insensitive
Categories
(MailNews Core :: Filters, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Bienvenu, Assigned: Bienvenu)
References
Details
It used to be that filter string comparisons were done case-insensitively but as
part of idl'ization, I think Alec accidentally made the string compares
case-sensitive (nsresult nsMsgSearchTerm::MatchString) - used to use
case-insensitive nsString::Find but now uses case sensitive PL_strstr.
Assignee | ||
Comment 1•25 years ago
|
||
nominating as beta2 stopper - this will break lots of old filters.
Status: NEW → ASSIGNED
Keywords: nsbeta2
Comment 2•25 years ago
|
||
doh! sorry if I caused this.
Assignee | ||
Comment 3•25 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
OK usiong july11 commercial build, NT 4.0, linux rh6.0 and mac OS 9.0
Status: RESOLVED → VERIFIED
Comment 5•22 years ago
|
||
*** Bug 182654 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•