MyNixOS website logo
option

accounts.email.accounts.<name>.offlineimap.extraConfig.local

Extra configuration options to add to the local account section.

Declarations
Type
attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  sync_deletes = true;
}