mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-15 02:18:00 +00:00
feat(calendar): Add option to disable email appointmoint notifications when using caldav
This commit is contained in:
@@ -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