projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0131d0
)
baseWindow might no longer exist, so check for that
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 27 Jan 2010 20:37:50 +0000
(13:37 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 27 Jan 2010 20:37:50 +0000
(13:37 -0700)
imp/js/compose-dimp.js
patch
|
blob
|
history
diff --git
a/imp/js/compose-dimp.js
b/imp/js/compose-dimp.js
index
be38528
..
2c82d9c
100644
(file)
--- a/
imp/js/compose-dimp.js
+++ b/
imp/js/compose-dimp.js
@@
-280,7
+280,7
@@
var DimpCompose = {
break;
case 'send_message':
- if (this.is_popup) {
+ if (this.is_popup
&& DIMP.baseWindow.DimpBase
) {
if (d.reply_type) {
DIMP.baseWindow.DimpBase.flag(d.reply_type == 'reply' ? '\\answered' : '$forwarded', true, { uid: d.uid, mailbox: d.reply_folder, noserver: true });
}