diff options
author | alecpl <alec@alec.pl> | 2008-12-04 10:21:34 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-12-04 10:21:34 +0000 |
commit | 2a41355776b1c1bc82255b5712267b0368b51d10 (patch) | |
tree | 7fb2afa1b96928a8bfed8ae542dee4082f3a5d49 /config | |
parent | f94629e62b97b8f7cd31ff0339c8d443eea8610f (diff) |
- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index b2c005653..e78b91ee0 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -352,8 +352,11 @@ $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; +// display remote inline images +// 0 - Never, always ask +// 1 - Ask if sender is not in address book +// 2 - Always show inline images +$rcmail_config['show_images'] = 0; // compose html formatted messages by default $rcmail_config['htmleditor'] = FALSE; |