From 8798d24fef7204fd2cbd6a9a81134926d1dde078 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Thu, 4 May 2023 10:29:20 +0000 Subject: [PATCH] deploy: 6abb775e75a7f25451781dc704cfe03f27ad7496 --- options.html | 52 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/options.html b/options.html index 4899f018..7963200c 100644 --- a/options.html +++ b/options.html @@ -163,19 +163,16 @@ disable readAll.

T <home-manager/modules/accounts/email.nix>

accounts.email.accounts.<name>.gpg.signByDefault

Sign messages by default.

Type: boolean

Default: false

Declared by:

<home-manager/modules/accounts/email.nix> -
accounts.email.accounts.<name>.himalaya.enable

Whether to enable the himalaya mail client for this account -.

Type: boolean

Default: false

Example: true

Declared by:

+
accounts.email.accounts.<name>.himalaya.enable

Whether to enable Enable Himalaya for this email account..

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/himalaya.nix> -
accounts.email.accounts.<name>.himalaya.backend

The method for which himalaya will fetch, store, -etc. mail.

Type: null or one of "imap", "maildir"

Declared by:

+
accounts.email.accounts.<name>.himalaya.backend

Specifying 'accounts.email.accounts.*.himalaya.backend' is deprecated, +set 'accounts.email.accounts.*.himalaya.settings.backend' instead.

Type: null or string

Default: null

Declared by:

<home-manager/modules/programs/himalaya.nix> -
accounts.email.accounts.<name>.himalaya.sender

The method for which himalaya will send mail.

Type: null or one of "smtp", "sendmail"

Declared by:

+
accounts.email.accounts.<name>.himalaya.sender

Specifying 'accounts.email.accounts.*.himalaya.sender' is deprecated, +set 'accounts.email.accounts.*.himalaya.settings.sender' instead.

Type: null or string

Declared by:

<home-manager/modules/programs/himalaya.nix> -
accounts.email.accounts.<name>.himalaya.settings

Extra settings to add to this himalaya -account configuration.

Type: TOML value

Default: { }

Example:

{
-  default-page-size = 50;
-}
-

Declared by:

+
accounts.email.accounts.<name>.himalaya.settings

Himalaya configuration for this email account. +See https://pimalaya.org/himalaya/cli/configuration/account.html for supported values.

Type: TOML value

Default: { }

Declared by:

<home-manager/modules/programs/himalaya.nix>
accounts.email.accounts.<name>.imap

The IMAP configuration to use for this account.

Type: null or (submodule)

Default: null

Declared by:

<home-manager/modules/accounts/email.nix> @@ -3283,15 +3280,12 @@ as seen in example.

Type: null or p };

Declared by:

<home-manager/modules/programs/hexchat.nix> -
programs.himalaya.enable

Whether to enable himalaya mail client.

Type: boolean

Default: false

Example: true

Declared by:

+
programs.himalaya.enable

Whether to enable Enable the Himalaya email client..

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/himalaya.nix> -
programs.himalaya.package

Package providing the himalaya mail client.

Type: package

Default: pkgs.himalaya

Declared by:

+
programs.himalaya.package

The himalaya package to use.

Type: package

Default: pkgs.himalaya

Declared by:

<home-manager/modules/programs/himalaya.nix> -
programs.himalaya.settings

Global himalaya configuration values.

Type: TOML value

Default: { }

Example:

{
-  email-listing-page-size = 50;
-  watch-cmds = [ "mbsync -a" ]
-}
-

Declared by:

+
programs.himalaya.settings

Himalaya global configuration. +See https://pimalaya.org/himalaya/cli/configuration/global.html for supported values.

Type: TOML value

Default: { }

Declared by:

<home-manager/modules/programs/himalaya.nix>
programs.home-manager.enable

Whether to enable Home Manager.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/home-manager.nix> @@ -7717,6 +7711,30 @@ last stroke. Use this key along with the shift key to redo an undone stoke. Set to null to disable the undo hotkey.

Type: null or string or positive integer, meaning >0

Default: "F10"

Declared by:

<home-manager/modules/services/gromit-mpx.nix> +
services.himalaya-notify.enable

Whether to enable Enable the Himalaya new emails notifier service..

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/himalaya.nix> +
services.himalaya-notify.environment

Extra environment variables to be exported in the service.

Type: attribute set of string

Default: { }

Example:

{
+  "PASSWORD_STORE_DIR" = "~/.password-store";
+}
+

Declared by:

+ <home-manager/modules/programs/himalaya.nix> +
services.himalaya-notify.settings.account

Name of the account the notifier should be started for. If +no account is given, the default one is used.

Type: null or string

Default: null

Example: "gmail"

Declared by:

+ <home-manager/modules/programs/himalaya.nix> +
services.himalaya-notify.settings.keepalive

Notifier lifetime of the IDLE session (in seconds).

Type: null or signed integer

Default: null

Example: "500"

Declared by:

+ <home-manager/modules/programs/himalaya.nix> +
services.himalaya-watch.enable

Whether to enable Enable the Himalaya folder changes watcher service..

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/programs/himalaya.nix> +
services.himalaya-watch.environment

Extra environment variables to be exported in the service.

Type: attribute set of string

Default: { }

Example:

{
+  "PASSWORD_STORE_DIR" = "~/.password-store";
+}
+

Declared by:

+ <home-manager/modules/programs/himalaya.nix> +
services.himalaya-watch.settings.account

Name of the account the watcher should be started for. If +no account is given, the default one is used.

Type: null or string

Default: null

Example: "gmail"

Declared by:

+ <home-manager/modules/programs/himalaya.nix> +
services.himalaya-watch.settings.keepalive

Watcher lifetime of the IDLE session (in seconds).

Type: null or signed integer

Default: null

Example: "500"

Declared by:

+ <home-manager/modules/programs/himalaya.nix>
services.home-manager.autoUpgrade.enable

Whether to enable the Home Manager upgrade service that periodically updates your Nix channels before running home-manager switch.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/services/home-manager-auto-upgrade.nix>