Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: