diff options
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index d5cf60d7b..41004c262 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -70,3 +70,6 @@ task_timeout = 8s; # Emit soft reject when timeout takes place soft_reject_on_timeout = false; + +# Use utf8 mode for mime operations +enable_mime_utf = true; |