MyNixOS website logo

Configuration options added to alot configuration file.

Declarations
Type
attribute set of (string or signed integer or boolean or floating point number)
Default
{
  auto_remove_unread = true;
  handle_mouse = true;
  initial_command = "search tag:inbox AND NOT tag:killed";
  prefer_plaintext = true;
}
Example
{
  auto_remove_unread = true;
  ask_subject = false;
  thread_indent_replies = 2;
}