MyNixOS website logo
option

programs.offlineimap.extraConfig.mbnames

Extra configuration options added to the mbnames section.

Declarations
Type
attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  filename = "~/.config/mutt/mailboxes";
  header = "'mailboxes '";
  peritem = "'+%(accountname)s/%(foldername)s'";
  sep = "' '";
  footer = "'\\n'";
}