Finished signature support for outgoing mail
This commit is contained in:
parent
4516cdee24
commit
61d60c13d2
2 changed files with 7 additions and 0 deletions
|
@ -17,4 +17,7 @@ fetch('/config/get/mail', {
|
|||
if (mailSettings.notificationSetting === false){
|
||||
document.getElementById('notificationSetting').checked = false
|
||||
}
|
||||
if (mailSettings.signature !== false){
|
||||
document.getElementById('mailSignatureSetting').value = mailSettings.signature
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue