Closed
Bug 182192
Opened 22 years ago
Closed 21 years ago
Remove quotes (") from collected addresses
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: roger.perttu, Assigned: neil)
References
Details
(Keywords: verified1.7)
Attachments
(1 file, 1 obsolete file)
1.81 KB,
patch
|
Bienvenu
:
review+
Bienvenu
:
superreview+
mkaply
:
approval1.7+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
It would be nice if double quotes in the from field is not imported in collected
addresses.
From: "First Last" <first.last@example.org>
Ends up like this in the address book:
First: "First
Last: Last"
Display: "First Last"
Makes it hard to search the address book
Reproducible: Always
Steps to Reproduce:
Expected Results:
First: First
Last: Last
Display: First Last
I would assume this is a duplicate bug, but I couldn't find any
Comment 1•22 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030117
I think, this is not only an enhancement, but also a bug. As you say, first and
last name do enclose the quotes which is certainly not correct. There might be a
reason to not remove the quotes completey, though.
I also cannot find a dupe.
Possibly, this here blocks bug 168204.
pi
Severity: enhancement → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
*** Bug 224097 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 4•21 years ago
|
||
We just need to unquote the name before collecting it.
[ A pity someone couldn't spell collector ;-) ]
Assignee | ||
Updated•21 years ago
|
Attachment #138479 -
Flags: review?(bienvenu)
Comment 5•21 years ago
|
||
Comment on attachment 138479 [details] [diff] [review]
Proposed patch
can you use an nsXPIDLCString for unquotedName? That would be slightly more
robust in terms of other changes introducing memory leaks.
Assignee | ||
Comment 6•21 years ago
|
||
Attachment #138479 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Assignee: sspitzer → neil.parkwaycc.co.uk
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•21 years ago
|
||
Comment on attachment 147661 [details] [diff] [review]
Use nsXPIDLCString
Sorry for the delay but I wasn't CC'd on the bug.
Is this patch small enough for r/sr?
Attachment #147661 -
Flags: review?
Assignee | ||
Comment 8•21 years ago
|
||
Comment on attachment 147661 [details] [diff] [review]
Use nsXPIDLCString
Whoops, helps to specify a requestee ;-)
Attachment #147661 -
Flags: superreview?(bienvenu)
Attachment #147661 -
Flags: review?(bienvenu)
Attachment #147661 -
Flags: review?
Updated•21 years ago
|
Attachment #147661 -
Flags: superreview?(bienvenu)
Attachment #147661 -
Flags: superreview+
Attachment #147661 -
Flags: review?(bienvenu)
Attachment #147661 -
Flags: review+
Assignee | ||
Comment 9•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 10•21 years ago
|
||
Since 1.7 will be a major release (long term), I suggest to take it there also.
pi
Flags: blocking1.7?
Comment 11•21 years ago
|
||
I don't think we'd block the release for this. blocking1.7-
Flags: blocking1.7? → blocking1.7-
Comment 12•21 years ago
|
||
Comment on attachment 147661 [details] [diff] [review]
Use nsXPIDLCString
We have a fix, this would be very useful (usability!) for a long term release
like 1.7.
pi
Attachment #147661 -
Flags: approval1.7?
Attachment #138479 -
Flags: review?(bienvenu)
Comment 13•21 years ago
|
||
Comment on attachment 147661 [details] [diff] [review]
Use nsXPIDLCString
a=mkaply
Attachment #147661 -
Flags: approval1.7? → approval1.7+
Comment 14•21 years ago
|
||
Verified as fix on latest 1.7 branch 06-24 builds.
Changing keywords from fixed1.7 to verified1.7.
Leave this bug status "as is" until this bug be verified on trunk again...
Keywords: fixed1.7 → verified1.7
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•