diff --git a/options.html b/options.html index d6ef0e5e..f9edcdd6 100644 --- a/options.html +++ b/options.html @@ -49,7 +49,7 @@ See aerc-config(5).

Type: attribute <home-manager/modules/programs/aerc.nix>

accounts.email.accounts.<name>.aerc.smtpAuth

Sets the authentication mechanism if smtp is used as the outgoing method. -See aerc-smtp(5).

Type: null or one of "none", "plain", "login"

Default: "plain"

Example: "auth"

Declared by:

+See aerc-smtp(5).

Type: null or one of "none", "plain", "login", "oauthbearer", "xoauth2"

Default: "plain"

Example: "auth"

Declared by:

<home-manager/modules/programs/aerc.nix>
accounts.email.accounts.<name>.aliases

Alternative email addresses of this account.

Type: list of string matching the pattern .*@.*

Default: [ ]

Example:

[
   "webmaster@example.org"