projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a67384
)
Don't try to modify the sent-mail folder dropdown if it's not there
author
Chuck Hagenbuch
<chuck@horde.org>
Sun, 1 Nov 2009 01:47:34 +0000
(21:47 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 1 Nov 2009 01:47:34 +0000
(21:47 -0400)
imp/js/compose-dimp.js
patch
|
blob
|
history
diff --git
a/imp/js/compose-dimp.js
b/imp/js/compose-dimp.js
index
b9cd45d
..
fd9f52f
100644
(file)
--- a/
imp/js/compose-dimp.js
+++ b/
imp/js/compose-dimp.js
@@
-137,7
+137,7
@@
var DimpCompose = {
$('save_sent_mail_folder').setValue(s);
$('sent_mail_folder_label').writeAttribute('title', l.escapeHTML()).setText(l.truncate(15)).up(1).show();
- if (sel) {
+ if (
DIMP.conf_compose.flist &&
sel) {
this.knl.setSelected(s);
}
},