diff --git a/index.html b/index.html index 3136c4d99..e1350e920 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html
index 80ea8e060..a4349d6c8 100644
--- a/options.html
+++ b/options.html
@@ -192,6 +192,13 @@ disable readAll.
accounts.email.accounts.<name>.himalaya.enableWhether to enable the himalaya mail client for this account .
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/himalaya.nix>
+ |
accounts.email.accounts.<name>.himalaya.backendThe method for which himalaya will fetch, store, +etc. mail. +
Type: null or one of "imap", "maildir"
Declared by:
+ <home-manager/modules/programs/himalaya.nix>
+ |
accounts.email.accounts.<name>.himalaya.senderThe method for which himalaya will send mail. +
Type: null or one of "smtp", "sendmail"
Declared by:
+ <home-manager/modules/programs/himalaya.nix>
|
accounts.email.accounts.<name>.himalaya.settingsExtra settings to add to this himalaya account configuration.
Type: TOML value
Default:
@@ -745,6 +752,12 @@ set as primary.
Declared by:
<home-manager/modules/accounts/email.nix>
|
accounts.email.accounts.<name>.signature.commandA command that generates a signature.
Type: null or path
Default: null
Example:
pkgs.writeScript "signature" "echo This is my signature" +
Declared by:
+ <home-manager/modules/accounts/email.nix>
+ |
accounts.email.accounts.<name>.signature.delimiterThe delimiter used between the document and the signature. +
Type: string
Default:
'' +-- +''
Example:
~*~*~*~*~*~*~*~*~*~*~*~
Declared by:
<home-manager/modules/accounts/email.nix>
|
accounts.email.accounts.<name>.signature.showSignatureMethod to communicate the signature.
Type: one of "append", "attach", "none"
Default: "none"
Declared by: