Don't try to modify the sent-mail folder dropdown if it's not there
authorChuck Hagenbuch <chuck@horde.org>
Sun, 1 Nov 2009 01:47:34 +0000 (21:47 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 1 Nov 2009 01:47:34 +0000 (21:47 -0400)
imp/js/compose-dimp.js

index b9cd45d..fd9f52f 100644 (file)
@@ -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);
         }
     },