(web) Show hints for mail vacation options

Fixes #4462
This commit is contained in:
Francis Lachapelle
2019-03-22 11:59:21 -04:00
parent efde4b5a5c
commit 769863b0b9
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
Enhancements
- [web] show calendar names of subscriptions in events blocks
- [web] show hints for mail vacation options (#4462)
- [web] allow to fetch unseen count of all mailboxes (#522, #2776, #4276)
Bug fixes
@@ -1011,6 +1011,7 @@
ng-true-value="1"
ng-false-value="0">
<var:string label:value="Always send vacation message response"/>
<div class="sg-hint"><var:string label:value="The vacation message is sent prior to apply your filters."/></div>
</md-checkbox>
</div>
@@ -1020,6 +1021,7 @@
ng-true-value="1"
ng-false-value="0">
<var:string label:value="Discard incoming mails during vacation"/>
<div class="sg-hint"><var:string label:value="The vacation message is sent but incoming messages are not delivered to your inbox."/></div>
</md-checkbox>
</div>