summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-06-13 12:57:52 +0000
committeralecpl <alec@alec.pl>2008-06-13 12:57:52 +0000
commit712b30dd2de49763f68ee6c8f7b8b24bdadb19d9 (patch)
treed0a23d11f386324ca160fa787988d1136912bee3 /config
parent991e15c3aed6f065ad49159fea3c91e47677fbd8 (diff)
- Added option to display images in messages from known senders (#1484601)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist3
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;