Skip to content

Commit

Permalink
fix(preferences(js)): honor SOGoForwardConstraints in Sieve filters
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Jul 18, 2020
1 parent e1800da commit 85a6d8e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@
locals: {
filter: filter,
mailboxes: mailboxes,
labels: this.preferences.defaults.SOGoMailLabelsColors
labels: this.preferences.defaults.SOGoMailLabelsColors,
validateForwardAddress: validateForwardAddress
}
}).then(function() {
vm.preferences.defaults.SOGoSieveFilters[index] = filter;
Expand Down

0 comments on commit 85a6d8e

Please sign in to comment.