From 35040bec9962cac3c92039fac85a4068e148b0a0 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Fri, 3 Mar 2023 17:37:05 +0100 Subject: templates: separate thread prefix from subject Extract {{.ThreadPrefix}} from {{.Subject}} so that the prefix can be styled in a different color. Signed-off-by: Robin Jarry Acked-by: Tim Culverhouse --- config/aerc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/aerc.conf') diff --git a/config/aerc.conf b/config/aerc.conf index 9d1f120e..cb6e8649 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -63,7 +63,7 @@ #column-date={{.DateAutoFormat .Date.Local}} #column-name={{index (.From | names) 0}} #column-flags={{.Flags | join ""}} -#column-subject={{.Subject}} +#column-subject={{.ThreadPrefix}}{{.Subject}} # # String separator inserted between columns. When the column width specifier is -- cgit