From f4307e5b034d56db41a4d1fc62df611db4d9783e Mon Sep 17 00:00:00 2001 From: ncfavier Date: Mon, 27 Feb 2023 21:33:10 +0000 Subject: [PATCH] deploy: 305daba44a9df57738cffc67c08129005a25579a --- options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"