mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Added support for dynamic mail labels/tags management.
The CSS in the UIxPreferences remains to be done.
This commit is contained in:
@@ -76,4 +76,12 @@
|
||||
SOGoRemindWithASound = YES;
|
||||
|
||||
SOGoSearchMinimumWordLength = 2;
|
||||
|
||||
SOGoMailLabelsColors = {
|
||||
label1 = ("Important", "#f00");
|
||||
label2 = ("Work", "#ff9a00");
|
||||
label3 = ("Personal", "#009a00");
|
||||
label4 = ("To Do", "#3130ff");
|
||||
label5 = ("Later", "#9c309c");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user