mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 23:09:29 +00:00
1
NEWS
1
NEWS
@@ -20,6 +20,7 @@ Bug fixes
|
||||
- [web] switch on "Remember username" when cookie username is set
|
||||
- [web] return login page for unknown users (#2135)
|
||||
- [web] fixed saving monthly recurrence rule with "by day" condition (#3948)
|
||||
- [web] fixed display of message content when enabling auto-reply (#3940)
|
||||
- [eas] properly skip folders we don't want to synchronize (#3943)
|
||||
- [eas] fixed 30 mins freebusy offset with S Planner
|
||||
|
||||
|
||||
@@ -826,7 +826,8 @@
|
||||
<var:string label:value="Enable vacation auto reply"/>
|
||||
</md-checkbox>
|
||||
|
||||
<div class="md-inline-form" layout="column" flex-offset="5" ng-show="app.preferences.defaults.Vacation.enabled == 1">
|
||||
<div class="md-inline-form" layout="column" flex-offset="5"
|
||||
ng-if="app.preferences.defaults.Vacation.enabled == 1">
|
||||
|
||||
<div layout="row">
|
||||
<md-checkbox
|
||||
|
||||
Reference in New Issue
Block a user