mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
(js) New mail filter is active by default
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
};
|
||||
|
||||
this.addMailFilter = function(ev, form) {
|
||||
var filter = { match: 'all' };
|
||||
var filter = { match: 'all', active: 1 };
|
||||
|
||||
$mdDialog.show({
|
||||
templateUrl: 'editFilter?filter=new',
|
||||
|
||||
Reference in New Issue
Block a user