Disable colour sync for outlook, set manually in vdir
This commit is contained in:
parent
e40bcc9732
commit
53bbd20d70
|
@ -36,7 +36,6 @@
|
||||||
};
|
};
|
||||||
khal = {
|
khal = {
|
||||||
inherit (vdirsyncer) enable;
|
inherit (vdirsyncer) enable;
|
||||||
color = "dark magenta";
|
|
||||||
type = "discover";
|
type = "discover";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -53,12 +52,10 @@
|
||||||
vdirsyncer = {
|
vdirsyncer = {
|
||||||
enable = lib.mkDefault emailConfig.mbsync.enable;
|
enable = lib.mkDefault emailConfig.mbsync.enable;
|
||||||
collections = [ "Work" "Operations" ];
|
collections = [ "Work" "Operations" ];
|
||||||
metadata = [ "color" "displayname" ];
|
metadata = [ "displayname" ];
|
||||||
itemTypes = [ "VEVENT" ];
|
|
||||||
};
|
};
|
||||||
khal = {
|
khal = {
|
||||||
inherit (vdirsyncer) enable;
|
inherit (vdirsyncer) enable;
|
||||||
color = "dark cyan";
|
|
||||||
type = "discover";
|
type = "discover";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue