[Web] Remove External as standard subfolder for sync jobs

[Web] Disallow a domain admin to set intersecting user ACLs
[Web] Allow Pushover and SOGo EAS cache reset by default, disallow profile reset by default
This commit is contained in:
andryyy
2020-04-19 14:41:55 +02:00
parent ccf65fb50f
commit ecebfe15df
4 changed files with 16 additions and 6 deletions

View File

@@ -448,7 +448,7 @@ if (!isset($_SESSION['mailcow_cc_role'])) {
<div class="form-group">
<label class="control-label col-sm-2" for="subfolder2"><?=$lang['edit']['subfolder2'];?></label>
<div class="col-sm-10">
<input type="text" class="form-control" name="subfolder2" value="External">
<input type="text" class="form-control" name="subfolder2" value="">
</div>
</div>
<div class="form-group">