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 /config/main.inc.php.dist | |
parent | 991e15c3aed6f065ad49159fea3c91e47677fbd8 (diff) |
- Added option to display images in messages from known senders (#1484601)
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 0be6d478d..14ce518be 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -312,6 +312,9 @@ $rcmail_config['dst_active'] = (bool)date('I'); // prefer displaying HTML messages $rcmail_config['prefer_html'] = TRUE; +// display images in mail from known senders +$rcmail_config['addrbook_show_images'] = FALSE; + // compose html formatted messages by default $rcmail_config['htmleditor'] = FALSE; |