rt: prevent text attachments from appearing inline on web interface

pull/20/head
Harry Ho 2021-10-27 12:20:08 +08:00
parent 71b49ba6fe
commit bcc5502ec6
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ let
# Web Interface (Transaction display)
Set($MaxInlineBody, 0);
Set($SuppressInlineTextFiles, 1);
# Web Interface (Administrative interface)
Set($ShowRTPortal, 0);