Skip to content

Commit

Permalink
Enable HTML by default with remote images disabled webmin/usermin#58
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jun 27, 2020
1 parent 164a59e commit 2af57a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Virtualmin/Config/Plugin/Virtualmin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ sub actions {
my %umailconfig;
read_file($ucfile, \%umailconfig);
$umailconfig{'mailbox_dir'} = 'Maildir';
$umailconfig{'view_html'} = 2;
$umailconfig{'view_images'} = 1;
write_file($ucfile, \%umailconfig);

# Set the default Usermin ACL to only allow access to email modules
Expand Down

0 comments on commit 2af57a5

Please sign in to comment.