From 7a99cc30077d37036ebde7ac3c32240a95b7372a Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sat, 31 Oct 2009 21:47:34 -0400 Subject: [PATCH] Don't try to modify the sent-mail folder dropdown if it's not there --- imp/js/compose-dimp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }, -- 2.11.0