programs.mbsync.enable
Whether to enable mbsync IMAP4 and Maildir mailbox synchronizer.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.mbsync.package
The isync package to use.
Type: package
Default:
pkgs.isync
Declared by:
programs.mbsync.extraConfig
Extra configuration lines to add to the mbsync configuration.
Type: strings concatenated with ā\nā
Default:
""
Declared by:
programs.mbsync.groups
Definition of groups.
Type: attribute set of attribute set of list of string
Default:
{ }
Example:
{
inboxes = {
account1 = [
"Inbox"
];
account2 = [
"Inbox"
];
};
}
Declared by: