MyNixOS website logo
option

accounts.email.accounts.<name>.mbsync.groups.<name>.channels.<name>.extraConfig

Extra configuration lines to add to THIS channel's configuration.

Declarations
Type
attribute set of (string or signed integer or boolean or list of string)
Default
{ }
Example
{
  Create = "both";
  CopyArrivalDate = "yes";
  MaxMessages = 10000;
  MaxSize = "1m";
}