mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-30 14:24:23 +00:00
feat(calendar): Add option to disable email appointmoint notifications when using caldav
This commit is contained in:
@@ -152,6 +152,7 @@
|
||||
"Contacts Names" = "Contacts Names";
|
||||
"Duplicate name" = "Duplicate name";
|
||||
"Calendar categories must have unique names." = "Calendar categories must have unique names.";
|
||||
"Disable e-mail notifications on CalDAV" = "Disable e-mail notifications on CalDAV";
|
||||
|
||||
/* Default Calendar */
|
||||
"Default calendar" = "Default calendar";
|
||||
|
||||
@@ -152,6 +152,7 @@
|
||||
"Contacts Names" = "Noms des contacts";
|
||||
"Duplicate name" = "Nom déjà utilisé";
|
||||
"Calendar categories must have unique names." = "Les catégories doivent être uniques.";
|
||||
"Disable e-mail notifications on CalDAV" = "Désactiver les notifications e-mail avec CalDAV";
|
||||
|
||||
/* Default Calendar */
|
||||
"Default calendar" = "Calendrier par défaut";
|
||||
|
||||
@@ -552,6 +552,12 @@
|
||||
id="calendarInvitationsTab-content">
|
||||
|
||||
<div layout="column" flex="100">
|
||||
<md-checkbox
|
||||
ng-model="app.preferences.settings.Calendar.InvitationNotificationsOnCalDavDisabled"
|
||||
ng-true-value="1"
|
||||
ng-false-value="0">
|
||||
<var:string label:value="Disable e-mail notifications on CalDAV"/>
|
||||
</md-checkbox>
|
||||
<md-checkbox
|
||||
ng-model="app.preferences.settings.Calendar.PreventInvitations"
|
||||
ng-true-value="1"
|
||||
|
||||
Reference in New Issue
Block a user