From e750d1b8164a7a1e584c77d3ef4113b4fcf3da39 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 30 Sep 2011 15:22:08 +0000 Subject: Restrict folders list to write-only in selectors for special folders and save-message-to option --- program/steps/settings/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/settings/func.inc') diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index e6fd9109d..cb8b91881 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -676,7 +676,7 @@ function rcmail_user_prefs($current=null) // load folders list only when needed if ($current) { $select = rcmail_mailbox_select(array('noselection' => '---', 'realnames' => true, - 'maxlength' => 30, 'exceptions' => array('INBOX'))); + 'maxlength' => 30, 'exceptions' => array('INBOX'), 'folder_filter' => 'mail', 'folder_rights' => 'w')); } else // dummy select $select = new html_select(); -- cgit v1.2.3