mbsync: acc comment explaining why groups attr set is never empty
This commit is contained in:
parent
82264461e5
commit
05cf64b9f9
|
@ -165,6 +165,9 @@ in {
|
||||||
groups = mkOption {
|
groups = mkOption {
|
||||||
type = types.attrsOf (types.submodule perAccountGroups);
|
type = types.attrsOf (types.submodule perAccountGroups);
|
||||||
default = { };
|
default = { };
|
||||||
|
# The default cannot actually be empty, but contains an attribute set where
|
||||||
|
# the channels set is empty. If a group is specified, then a name is given,
|
||||||
|
# creating the attribute set.
|
||||||
description = ''
|
description = ''
|
||||||
Some email providers (Gmail) have a different directory hierarchy for
|
Some email providers (Gmail) have a different directory hierarchy for
|
||||||
synchronized email messages. Namely, when using mbsync without specifying
|
synchronized email messages. Namely, when using mbsync without specifying
|
||||||
|
|
Loading…
Reference in a new issue