diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-13 12:57:52 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-13 12:57:52 +0000 |
| commit | 5156c3c2cc6d49cf291f8bec208c52ae736eac1a (patch) | |
| tree | 0d32f7e0c289f816cf563dad2fada47e6ebb1cb7 /roundcubemail/config | |
| parent | 7c13933277de668a9ca0b11009ce16f566d84a8f (diff) | |
- Added option to display images in messages from known senders (#1484601)
git-svn-id: https://svn.roundcube.net/trunk@1525 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 0be6d478d..14ce518be 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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; |
