feat(sieve): add from on notificatons

This commit is contained in:
Hivert Quentin
2024-09-12 10:49:15 +02:00
parent a7023bce16
commit 1c20c1ead3
2 changed files with 3 additions and 5 deletions
@@ -22,7 +22,7 @@
this.emailSeparatorKeys = Preferences.defaults.emailSeparatorKeys;
if(this.preferences.defaults.Notification) {
if (!this.preferences.defaults.Notification.notificationMessage)
this.preferences.defaults.Notification.notificationMessage = l('Notification Message', $window.defaultEmailAddresses);
this.preferences.defaults.Notification.notificationMessage = l('Notification Message', $window.defaultEmailAddresses[0]);
this.preferences.defaults.Notification.notificationTranslated = l('Notification');
}
if (Preferences.defaults.SOGoMailAutoMarkAsReadMode == 'delay')