Make "verify signatures automatically" optional, as it requires more IMAP fetching

This commit is contained in:
the-djmaze 2024-03-04 13:33:40 +01:00
parent b5062624fa
commit 4006dd38f8
32 changed files with 71 additions and 33 deletions

View file

@ -10,7 +10,7 @@ export class AdminSettingsSecurity extends AbstractViewSettings {
constructor() {
super();
this.addSettings(['useLocalProxyForExternalImages']);
this.addSettings(['useLocalProxyForExternalImages', 'autoVerifySignatures']);
this.weakPassword = rl.app.weakPassword;