Closed
Bug 36159
Opened 25 years ago
Closed 25 years ago
sending unsent messages fails
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M16
People
(Reporter: blizzard, Assigned: sspitzer)
Details
(Whiteboard: [nsbeta2+])
Attachments
(1 file)
|
1.97 KB,
patch
|
Details | Diff | Splinter Review |
Trying to send unsent messages fails. I get this javascript message:
JavaScript error:
chrome://messenger/content/widgetglue.js line 288: getIdentityForSelectedServer
is not defined
blizzard - are you actually in the unsent folder when you access this command?
Severity: normal → major
QA Contact: lchiang → esther
| Reporter | ||
Comment 2•25 years ago
|
||
I tried it both ways. I always get the same error.
esther - can you reproduce this bug?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•25 years ago
|
||
Still happening??
Comment 5•25 years ago
|
||
Alec, looks like you created widgetGlue.js. Please reassign or keep as
appropriate.
Assignee: selmer → alecf
Comment 6•25 years ago
|
||
adding ducarroz and sspitzer, feel free to take this from me.
I'm not sure why we're trying to call this function when sending the message
| Assignee | ||
Comment 7•25 years ago
|
||
adding rhp and putterman, but I can take a look into this.
my first guess: code has been moved around into different js files (for general
cleanup and to support stand alone message window.)
if I'm correct, it should be a one line fix.
Assignee: alecf → sspitzer
Comment 8•25 years ago
|
||
I wonder if this is why 10344 has suddenly been updated to a major regression.
My guess is that this is because of the fact that I moved getIdentityForServer
up into mailWidgetOverlay.js and changed it to take the server you want to get
the identity for.
Comment 9•25 years ago
|
||
I have a patch that fixes the js error, but sending unsent still doesn't work
and is probably related to the other bug I mentioned.
Comment 10•25 years ago
|
||
| Assignee | ||
Comment 11•25 years ago
|
||
the local mail server will not have an identity. so we have to handle that
case.
putterman, you want to take this bug?
Comment 12•25 years ago
|
||
I'll take the bug about the js errors because I caused that. What do we have to
do for the local folder case, just handle a null pointer in the send unsent
messages code?
Assignee: sspitzer → putterman
| Assignee | ||
Comment 13•25 years ago
|
||
putterman, once you check in your changes to fix the js error, re-assign to me,
and I'll investigate fix the unset message problem, and make sure we do the
right thing for "local folders".
| Assignee | ||
Updated•25 years ago
|
Assignee: putterman → sspitzer
| Assignee | ||
Comment 14•25 years ago
|
||
I think putterman has checked in his part of this fix, now I'll update and see
why sending unsent messages isn't working.
| Assignee | ||
Comment 15•25 years ago
|
||
marking m17, nsbeta2
| Assignee | ||
Comment 17•25 years ago
|
||
fix in hand, but I want to test some more tomorrow, and get a review from rhp.
Target Milestone: M17 → M16
| Assignee | ||
Comment 18•25 years ago
|
||
fixed, sending unsent messages now works.
also rosetta_mailnews.h is gone
I discovered that we are not setting or heeding the X-Mozilla-News-Host header
properly, so I'll log that bug (on me) and look into it.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 19•25 years ago
|
||
Using build 2000-05-25 on mac and win98 and 2000-05-26 on linux this is fixed.
Verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•