feat(notificaiton) move custom message to body instead of subject

This commit is contained in:
Hivert Quentin
2023-08-31 15:22:56 +02:00
parent d133961302
commit 3309346b46
4 changed files with 9 additions and 2 deletions
@@ -22,6 +22,7 @@
this.emailSeparatorKeys = Preferences.defaults.emailSeparatorKeys;
if (!Preferences.defaults.Notification.notificationMessage)
this.preferences.defaults.Notification.notificationMessage = l('Notification Message', $window.defaultEmailAddresses);
this.preferences.defaults.Notification.notificationTranslated = l('Notification');
if (Preferences.defaults.SOGoMailAutoMarkAsReadMode == 'delay')
this.mailAutoMarkAsReadDelay = Math.max(1, this.preferences.defaults.SOGoMailAutoMarkAsReadDelay);
else