Open
Bug 301493
Opened 19 years ago
Updated 2 years ago
Add nsIMsgCompType.ReplyWithTemplate to places where type is checked against other Reply* constants
Categories
(MailNews Core :: Composition, defect)
MailNews Core
Composition
Tracking
(Not tracked)
NEW
People
(Reporter: jens.b, Unassigned)
Details
Recently, the constant 'ReplyWithTemplate' was added to the nsIMsgCompType enum (see http://lxr.mozilla.org/mailnews/source/mailnews/compose/public/nsIMsgComposeParams.idl#44 ). However, it is not used in the check that determines whether mails should get the "replied" marker at http://lxr.mozilla.org/mailnews/source/mailnews/compose/src/nsMsgCompose.cpp#2629 . As there are several checks scattered through the code that list multiple nsIMsgCompType values, it is likely that ReplyWithTemplate is missing elsewhere, too.
Updated•16 years ago
|
QA Contact: composition
| Assignee | ||
Updated•16 years ago
|
Product: Core → MailNews Core
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•