Closed
Bug 14785
Opened 25 years ago
Closed 25 years ago
[DOGFOOD] Subject is lost when a message is sent by Send Unsent Message
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: fenella, Assigned: bugzilla)
References
Details
(Whiteboard: [PDT+])
Linux (1999-09-23-08 M11)
Win_nt 4.0 (1999-09-23-09 M11)
Steps:
1. Compose a message. Complete the Header fields and the body content
2. Select the File|Send Later menu
3. Select the Unsent Message folder,
4. Click on the unsent message
4b. Select the "Send Unsend Messages" menu. Message is gone from the Unsend
folder
5. Check the message in the Receiver's account
Actual result: The subject is missing in the received message
Expected result: The subject should be displayed in the thread pane
This occurs on Win_nt 4.0 also
Updated•25 years ago
|
Assignee: phil → ducarroz
Comment 1•25 years ago
|
||
Reassign to ducarroz
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Assignee | ||
Comment 2•25 years ago
|
||
We are blocked in a PR_Wait while reading the image through a nsPipe:
_PR_WaitCondVar(PRThread * 0x010a2790, PRCondVar * 0x010a2330, PRLock *
0x010a23e0, unsigned int 0xffffffff) line 175 + 23 bytes
PR_Wait(PRMonitor * 0x010a2490, unsigned int 0xffffffff) line 155 + 29 bytes
PR_CWait(void * 0x032b3160, unsigned int 0xffffffff) line 354 + 13 bytes
nsAutoCMonitor::Wait(unsigned int 0xffffffff) line 242 + 16 bytes
nsPipe::nsPipeInputStream::Fill() line 434 + 10 bytes
nsPipe::nsPipeInputStream::ReadSegments(nsPipe::nsPipeInputStream * const
0x032b3168, unsigned int (void *, const char *, unsigned int, unsigned int,
unsigned int *)* 0x10032760 nsWriteToRawBuffer(void *, const char *, unsigned
int, unsigned int, unsigned int *), void * 0x012056e8, unsigned int 0x00000800,
unsigned int * 0x0012fc84) line 364 + 8 bytes
nsPipe::nsPipeInputStream::Read(nsPipe::nsPipeInputStream * const 0x032b3168,
char * 0x012056e8, unsigned int 0x00000800, unsigned int * 0x0012fc84) line 463
ImageConsumer::OnDataAvailable(ImageConsumer * const 0x032900a0, nsIChannel *
0x032b6f20, nsISupports * 0x032908e4, nsIInputStream * 0x032b3168, unsigned int
0x00000000, unsigned int 0x00000174) line 277 + 27 bytes
nsMimeBaseEmitter::Complete(nsMimeBaseEmitter * const 0x032b31e0) line 140
nsStreamConverter::OnStopRequest(nsStreamConverter * const 0x032b49d0,
nsIChannel * 0x032904b4, nsISupports * 0x00000000, unsigned int 0x00000000,
const unsigned short * 0x00000000) line 700
nsChannelListener::OnStopRequest(nsChannelListener * const 0x03290060,
nsIChannel * 0x032904b4, nsISupports * 0x00000000, unsigned int 0x00000000,
const unsigned short * 0x00000000) line 1590 + 42 bytes
nsMsgProtocol::OnStopRequest(nsMsgProtocol * const 0x032904b0, nsIChannel *
0x03291c10, nsISupports * 0x032908e0, unsigned int 0x00000000, const unsigned
short * 0x00000000) line 192 + 74 bytes
nsMailboxProtocol::OnStopRequest(nsMailboxProtocol * const 0x032904b0,
nsIChannel * 0x03291c10, nsISupports * 0x032908e0, unsigned int 0x00000000,
const unsigned short * 0x00000000) line 174
nsFileChannel::OnStopRequest(nsFileChannel * const 0x03291c14, nsIChannel *
0x03291b80, nsISupports * 0x032908e0, unsigned int 0x00000000, const unsigned
short * 0x00000000) line 466 + 45 bytes
nsOnStopRequestEvent::HandleEvent(nsOnStopRequestEvent * const 0x032916e0) line
283
nsStreamListenerEvent::HandlePLEvent(PLEvent * 0x03291490) line 152 + 12 bytes
PL_HandleEvent(PLEvent * 0x03291490) line 541 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x0110e500) line 500 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x0048038e, unsigned int 0x0000c0dd, unsigned int
0x00000000, long 0x0110e500) line 970 + 9 bytes
USER32! 77e71820()
0110e500()
Assignee | ||
Comment 3•25 years ago
|
||
^^^ Please ignore my last comments, it was for another bug! ^^^
Updated•25 years ago
|
Summary: Subject is lost when a message is sent by Send Unsent Message → [DOGFOOD] Subject is lost when a message is sent by Send Unsent Message
Comment 4•25 years ago
|
||
Sounds like a dogfood bug to me
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
Fixed and check in
Win_nt 4.0 (1999-10-19-09 M11)
This problem is also fixed on Win NT>
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
•