From: Chuck Hagenbuch Date: Sun, 1 Nov 2009 01:47:34 +0000 (-0400) Subject: Don't try to modify the sent-mail folder dropdown if it's not there X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7a99cc30077d37036ebde7ac3c32240a95b7372a;p=horde.git Don't try to modify the sent-mail folder dropdown if it's not there --- diff --git a/imp/js/compose-dimp.js b/imp/js/compose-dimp.js index b9cd45d87..fd9f52fa2 100644 --- 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); } },