From 712b30dd2de49763f68ee6c8f7b8b24bdadb19d9 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 13 Jun 2008 12:57:52 +0000 Subject: - Added option to display images in messages from known senders (#1484601) --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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; -- cgit v1.2.3