Closed
Bug 35158
Opened 25 years ago
Closed 24 years ago
Sig delimiter malformed
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: BenB, Assigned: BenB)
References
(Blocks 1 open bug)
Details
(Keywords: verifyme, Whiteboard: [nsbeta2-]Fix available)
Attachments
(1 file)
"--" is inserted as sig delimiter, not "-- ". This is a violation of
son-of-1036.
I have a fix for this. Per Daniel's request (which is a good idea in general, I
think), I'm also wrapping sigs (both plain text and HTML) in a <div
class=signature>. I'll attach a patch. Rich, can you review/check in please?
Assignee | ||
Comment 1•25 years ago
|
||
After the tree reopened, of course.
Assignee | ||
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
BTW: I just noticed, that there's "NS_MSG_MULTILINGUAL_SEND" twice now in
mailnews/compose/resources/locale/en-US/composeMsgs.properties; you gotta delete
one manually; sorry.
Apart from the above mentioned, I removed the IMO unnecessary inclusing of an
error notice in the msg, if you have an image signature and use the plain text
composer. That's why I touch 3 files instead of just nsMsgComposer.cpp.
I also use a temp string for the signature now, which might give a perf increase
for msgs with large quotes.
Comment 4•25 years ago
|
||
Ben B - what's the score with this bug? Your last message is inconclusive - have
you fixed it?
Gerv
Assignee | ||
Comment 5•25 years ago
|
||
Yes, it is fixed, just not checked in. The two "NS_MSG_MULTILINGUAL_SEND"s were
just a stupid mistake in the patch, which can be easily manually fixed as
described. This patch really should be checked in for M16. rhp?
Assignee | ||
Updated•25 years ago
|
Comment 6•25 years ago
|
||
rhp@netscape.com - could you have a look at this bug, please? I think Ben is
asking you to check the patch in...
Gerv
Comment 7•25 years ago
|
||
Everything looks fine from a visual review, but I haven't run or test the patch
so I am assuming that its fine with respect to that.
- rhp
Putting on [nsbeta2-] radar for commericial. But happy to take patch via
mozilla.
Whiteboard: Fix available → [nsbeta2-]Fix available
Comment 9•24 years ago
|
||
Ben - who shall we try and persuade to check this in? :-)
Gerv
Comment 10•24 years ago
|
||
It will get checked in shortly after we have the M16 bits declared "complete".
These changes are in my tree and I will be reviewing them and checking them in
for all platforms soon.
- rhp
Assignee | ||
Comment 11•24 years ago
|
||
Fix checked in by rhp.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•24 years ago
|
Target Milestone: M16 → M17
Comment 12•23 years ago
|
||
Using build 2001-09-04 on win, mac and linux and using a created signature with
"-- " (minus the quotes) as the first line, this is fixed. When viewing the
composed msg and receiving it, we don't add another "-- " to the signature.
Verified.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•