Closed
Bug 484784
Opened 16 years ago
Closed 14 years ago
cross account folder drag gives exception (aFolder not defined)
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mkmelin, Unassigned)
References
()
Details
For cross account folder drags I get an exception
Error: aFolder is not defined
Source File: file:///mnt/dapper-opt/moz-objdir/mail/mozilla/dist/bin/modules/activity/moveCopy.js
Line: 211
Leading to "let statusText = " at http://mxr.mozilla.org/comm-central/source/mail/components/activity/modules/moveCopy.js#211
Comment 1•16 years ago
|
||
Line of "let statusText = aFolder.server.prettyName" is seen in patch for Bug 469052.
Comment 2•16 years ago
|
||
I don't see this dragging imap folder to another imap account
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090423 Shredder/3.0b3pre
Comment 3•16 years ago
|
||
http://mxr.mozilla.org/comm-central/source/mail/components/activity/modules/moveCopy.js#211
As of today, the line is;
> 211 let statusText = '';
Comment 4•16 years ago
|
||
Is this still present after june's code rewrite ?
Reporter | ||
Comment 5•14 years ago
|
||
->WFM
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•