From 0bbc76f4bcf66b3ea2cc70bfe585841e98c4703a Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 10 Oct 2025 02:02:48 +0000 Subject: [PATCH] deploy: b27e5512709aa7ac355b78b0223096bae362003e --- options.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.xhtml b/options.xhtml index 9876a7c71..5df5cb0f3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -15914,12 +15914,12 @@ strings concatenated with “\n” or attribute set of (strings concatenated wit

Stylesets added to $HOME/.config/aerc/stylesets/.

See aerc-stylesets(7).

Type: -attribute set of ((attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)) or strings concatenated with “\n”)

+attribute set of (strings concatenated with “\n” or attribute set of (strings concatenated with “\n” or attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)))

Default: { }

-

Example:

{ default = { ui = { "tab.selected.reverse" = toggle; }; }; };
+

Example:

{ default = { ui = { "tab.selected.reverse" = "toggle"; }; }; };