diff options
author | alecpl <alec@alec.pl> | 2008-06-13 12:57:52 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-06-13 12:57:52 +0000 |
commit | 712b30dd2de49763f68ee6c8f7b8b24bdadb19d9 (patch) | |
tree | d0a23d11f386324ca160fa787988d1136912bee3 /program/steps/settings/save_prefs.inc | |
parent | 991e15c3aed6f065ad49159fea3c91e47677fbd8 (diff) |
- Added option to display images in messages from known senders (#1484601)
Diffstat (limited to 'program/steps/settings/save_prefs.inc')
-rw-r--r-- | program/steps/settings/save_prefs.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/settings/save_prefs.inc b/program/steps/settings/save_prefs.inc index f8cf26795..08e5eec47 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -25,6 +25,7 @@ $a_user_prefs = array( 'pagesize' => is_numeric($_POST['_pagesize']) ? max(2, intval($_POST['_pagesize'])) : $CONFIG['pagesize'], 'prettydate' => isset($_POST['_pretty_date']) ? TRUE : FALSE, 'prefer_html' => isset($_POST['_prefer_html']) ? TRUE : FALSE, + 'addrbook_show_images' => isset($_POST['_addrbook_show_images']) ? TRUE : FALSE, 'htmleditor' => isset($_POST['_htmleditor']) ? TRUE : FALSE, 'preview_pane' => isset($_POST['_preview_pane']) ? TRUE : FALSE, 'read_when_deleted' => isset($_POST['_read_when_deleted']) ? TRUE : FALSE, |