mirror of
				https://github.com/optim-enterprises-bv/Mailu-OIDC.git
				synced 2025-10-30 17:47:54 +00:00 
			
		
		
		
	Doh
This commit is contained in:
		| @@ -18,7 +18,7 @@ $config['session_lifetime'] = {{ (((PERMANENT_SESSION_LIFETIME | default(10800)) | |||||||
| $config['request_path'] = '{{ WEB_WEBMAIL or "none" }}'; | $config['request_path'] = '{{ WEB_WEBMAIL or "none" }}'; | ||||||
| $config['trusted_host_patterns'] = [ {{ HOSTNAMES.split(",") | map("tojson") | join(',') }}]; | $config['trusted_host_patterns'] = [ {{ HOSTNAMES.split(",") | map("tojson") | join(',') }}]; | ||||||
|  |  | ||||||
| {% (FULL_TEXT_SEARCH or '').lower() not in ['off', 'false', '0'] %} | {% if (FULL_TEXT_SEARCH or '').lower() not in ['off', 'false', '0'] %} | ||||||
| $config['search_mods'] = ['*' => ['subject'=>1, 'from'=>1, 'to'=>1, 'cc'=>1, 'bcc'=>1, 'replyto'=>1, 'followupto'=>1, 'body'=>1]]; | $config['search_mods'] = ['*' => ['subject'=>1, 'from'=>1, 'to'=>1, 'cc'=>1, 'bcc'=>1, 'replyto'=>1, 'followupto'=>1, 'body'=>1]]; | ||||||
| $config['search_scope'] = 'sub'; | $config['search_scope'] = 'sub'; | ||||||
| {% endif %} | {% endif %} | ||||||
|   | |||||||
| @@ -13,7 +13,7 @@ | |||||||
|             "disable_compression": true, |             "disable_compression": true, | ||||||
|             "security_level": 1 |             "security_level": 1 | ||||||
|         }, |         }, | ||||||
| 	{% (FULL_TEXT_SEARCH or '').lower() not in ['off', 'false', '0'] %} | 	{% if (FULL_TEXT_SEARCH or '').lower() not in ['off', 'false', '0'] %} | ||||||
|         "fast_simple_search": "false", |         "fast_simple_search": "false", | ||||||
| 	{% endif %} | 	{% endif %} | ||||||
|     }, |     }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Florent Daigniere
					Florent Daigniere