Ticket #1485597: main.inc.php.dist.patch.txt

File main.inc.php.dist.patch.txt, 569 bytes (added by ldeviator, 4 years ago)
Line 
1--- config/main.inc.php.dist    2008/11/24 19:45:07     1
2+++ config/main.inc.php.dist    2008/12/03 20:26:45     42
3@@ -349,8 +349,11 @@
4 // prefer displaying HTML messages
5 $rcmail_config['prefer_html'] = TRUE;
6 
7-// display images in mail from known senders
8-$rcmail_config['addrbook_show_images'] = FALSE;
9+// display remote inline images
10+// 0 - Never, always ask
11+// 1 - Ask if sender not in address book
12+// 2 - Always show inline images
13+$rcmail_config['show_images'] = 0;
14 
15 // compose html formatted messages by default
16 $rcmail_config['htmleditor'] = FALSE;