mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 10:47:17 +00:00
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user