From bc6fa14b7e1bda91e01a7a5589f214fba1aeed3f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 20 Mar 2025 14:30:17 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-20 14:30:17 --- .config/aerc/aerc.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 3b2d4e0c..8be673ce 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -101,7 +101,8 @@ dialog-height = 90 # width specifier is set, '*' is used by default. # # Default: flags:4,name<20%,subject,date>= -#index-columns=flags:4,name<20%,subject,date>= +# index-columns=flags:4,name<20%,subject,date>= +index-columns=labels,name<20%,subject,date>= # # Each name in index-columns must have a corresponding column-$name setting. @@ -121,6 +122,7 @@ dialog-height = 90 #column-name={{index (.From | names) 0}} #column-subject={{.ThreadPrefix}}{{.Subject}} #column-date={{.DateAutoFormat .Date.Local}} +column-labels = ({{.Style (.Labels | join " ") "labels"}}) # # String separator inserted between columns. When the column width specifier is