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.meli.enable

Whether to enable meli email client.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.meli.package

The meli package to use.

Type: package

Default:

pkgs.meli

Declared by:

programs.meli.includes

Paths of the various meli configuration files to include.

Type: list of string

Default:

[ ]

Declared by:

programs.meli.settings

Meli Configuration

Type: open submodule of (TOML value)

Default:

{ }

Example:

{
shortcuts = {
contact-list = {
            create_contact = "c";
            edit_contact = "m";
          };
general = {
  edit = "m";
  scroll_up = "e";
  scroll_down = "n";
};
composing = {
  edit = "m";
  scroll_up = "e";
  scroll_down = "n";
};
listing = {
  new_mail = "t";
  set_seen = "s";
};
pager = {
            scroll_up = "e";
            scroll_down = "n";
};

}
}

Declared by: