diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 43d17727..38049b77 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -279,10 +279,30 @@ #client-threads-delay=50ms [statusline] -# Describes the format string for the statusline. # -# Default: [%a] %S %>%T -#render-format=[%a] %S %>%T +# Describes the format for the status line. This is a comma separated list of +# column names with an optional align and width suffix. See [ui].index-columns +# for more details. To completely mute the status line except for push +# notifications, explicitly set status-columns to an empty string. +# +# Default: left<*,center:=,right>* +#status-columns=left<*,center:=,right>* + +# +# Each name in status-columns must have a corresponding column-$name setting. +# All column-$name settings accept golang text/template syntax. See +# aerc-templates(7) for available template attributes and functions. +# +# Default settings +#column-left=[{{.Account}}] {{.StatusInfo}} +#column-center={{.PendingKeys}} +#column-right={{.TrayInfo}} + +# +# String separator inserted between columns. +# See [ui].column-separator for more details. +# +#column-separator=" " # Specifies the separator between grouped statusline elements. # |