mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 01:15:24 +00:00
Added color "avatar" for mail labels
This commit is contained in:
committed by
Francis Lachapelle
parent
affa6ba656
commit
4dbd796fd5
@@ -126,7 +126,7 @@
|
||||
};
|
||||
|
||||
$scope.addMailLabel = function() {
|
||||
$scope.preferences.defaults.SOGoMailLabelsColors["foo_bar"] = ["foo bar", "#FFFF00"];
|
||||
$scope.preferences.defaults.SOGoMailLabelsColors["new_label"] = ["New label", "#aaa"];
|
||||
};
|
||||
|
||||
$scope.removeMailLabel = function(key) {
|
||||
|
||||
Reference in New Issue
Block a user