mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-03 01:19:44 +00:00
fix(notification): body was not send + missing tooltip
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
this.mailLabelKeyRE = new RegExp(/^(?!^_\$)[^(){} %*\"\\\\]*?$/);
|
||||
this.emailSeparatorKeys = Preferences.defaults.emailSeparatorKeys;
|
||||
if(this.preferences.defaults.Notification) {
|
||||
if (this.preferences.defaults.Notification.notificationMessage)
|
||||
if (!this.preferences.defaults.Notification.notificationMessage)
|
||||
this.preferences.defaults.Notification.notificationMessage = l('Notification Message', $window.defaultEmailAddresses);
|
||||
this.preferences.defaults.Notification.notificationTranslated = l('Notification');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user