mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 3e744adf6d88b705bf6f061fa57f78c957b69bfe
Monotone-Revision: d7e3b62e2d085f5bc624b04dd91f11f866364b13 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-17T19:52:51
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-01-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxFilterEditor.js (setupNewFilterData):
|
||||
mark new filter as active by default.
|
||||
|
||||
2012-01-17 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxPreferences.js (initPreferences): When
|
||||
|
||||
@@ -182,7 +182,8 @@ function createFilterAction() {
|
||||
|
||||
function setupNewFilterData() {
|
||||
var newFilterTemplate = $({ name: _("Untitled Filter"),
|
||||
match: "any" });
|
||||
match: "any",
|
||||
active: true });
|
||||
newFilterTemplate.rules = $([ createFilterRule() ]);
|
||||
newFilterTemplate.actions = $([ createFilterAction() ]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user