Closed
Bug 310567
Opened 19 years ago
Closed 19 years ago
can no longer forward multiple emails (i.e. >1); IMAP only, POP is ok
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: calum.mackay, Assigned: Bienvenu)
Details
Attachments
(1 file, 1 obsolete file)
|
7.89 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Highlighting multiple emails (>1) and then ctrl-L to forward them no longer works. A compose window appears, but it does not have the messages auto-attached. Doing this with just a single message highlighted works as expected. [I am forwarding msgs as attachments] I build nightly from CVS, and this problem is not present in my 20050916 build, but is present in my 0917 build, and then in every build onwards including today. My checkouts are done at 0400Z.
| Reporter | ||
Comment 1•19 years ago
|
||
sigh; typo in summary
Summary: can not longer forward multiple emails (i.e. >1) → can no longer forward multiple emails (i.e. >1)
| Assignee | ||
Comment 2•19 years ago
|
||
IMAP or POP3 messages? This works for me, except that the names of the attachments are wrong (bug 309208). They're all the same as the first forwarded message, though the contents are correct. Any messages on the js console?
Assignee: mscott → bienvenu
| Reporter | ||
Comment 3•19 years ago
|
||
This is when using an IMAP server. Very odd, I see bug 309208 but that is definitely not what I am seeing. When I select multiple messages, and then ctrl-L, my new compose window has no attachments. There is not even the attachment panel. Sending the msg anyway results in an empty email on receipt. Well, not empty, necessarily, of course, but certainly no attachments. Nothing in JS console whatsoever when I do this.
| Reporter | ||
Comment 4•19 years ago
|
||
I should add that this is 100% reproducible on many builds of mine after 0917. Not reproducible at all using my 0916 build (on the same system).
| Reporter | ||
Comment 5•19 years ago
|
||
Another interesting data point: using the same build (today's) I can reproduce the problem with 3 different IMAP servers, but I cannot reproduce the problem with a POP server (Google Mail). With the POP server I instead see bug 309208 (as expected).
| Reporter | ||
Comment 6•19 years ago
|
||
Sigh. In comment 3, when I said "I see bug 309208" I meant: I am aware of it. I did not actually experience it :) o Over IMAP I experience *this* bug. Bug 309208 obviously doesn't then apply (since I don't get an attachment panel at all). o Over POP I don't experience this bug, but I do experience bug 309208
Summary: can no longer forward multiple emails (i.e. >1) → can no longer forward multiple emails (i.e. >1); IMAP only, POP is ok
| Assignee | ||
Comment 7•19 years ago
|
||
this should fix both bugs - multiple imap and local messages forward fine for me now, as do .eml files.
Attachment #198000 -
Flags: superreview?(mscott)
Comment 8•19 years ago
|
||
Comment on attachment 198000 [details] [diff] [review] proposed fix I think this is the wrong patch?
| Assignee | ||
Updated•19 years ago
|
Attachment #198000 -
Attachment is obsolete: true
Attachment #198000 -
Flags: superreview?(mscott)
| Assignee | ||
Comment 9•19 years ago
|
||
sigh, wrong tree again. This patch makes it so we only set mOrigMsgHdr if we're doing something with a .eml file that we've opened, and otherwise, we go back to getting the msg hdr from the uri(s).
Attachment #198005 -
Flags: superreview?(mscott)
Updated•19 years ago
|
Attachment #198005 -
Flags: superreview?(mscott) → superreview+
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•