Closed
Bug 275392
Opened 20 years ago
Closed 20 years ago
"Edit as New" corrupts X-Priority header
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 146075
People
(Reporter: taomyn, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.5) Gecko/20041107 Firefox/1.0
Whenever a sent message is reused with the "Edit as new" option then sent, the
original X-Priority header is corrupted. For example, if a message originally has:
X-Priority: 1 (Highest)
the new message when sent will have:
X-Priority: 1 (1 (Highest))
and if this message is again reused with "Edit as new" it's changed again to:
X-Priority: 1 (1 (1 (Highest)))
Perhaps there's a reason for this, but I can't see why it should?
Reproducible: Always
Steps to Reproduce:
1. Send a message
2. Find sent message and choose "Edit as new"
3. Send new message
4. View source of above two message and look for "X-Priority"
Actual Results:
X-Priority: 1 (Highest)
X-Priority: 1 (1 (Highest))
Expected Results:
X-Priority: 1 (Highest)
X-Priority: 1 (Highest)
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 146075 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•