Added mail message padding support
This commit is contained in:
parent
83ef9dc3ca
commit
9f1790a601
5 changed files with 46 additions and 5 deletions
|
@ -11,4 +11,7 @@ fetch('/config/get/mail', {
|
|||
if (mailSettings.default_forward_secrecy === false){
|
||||
document.getElementById('forwardSecrecySetting').checked = false
|
||||
}
|
||||
if (mailSettings.use_padding === false){
|
||||
document.getElementById('messagePaddingSetting').checked = false
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue