~smlavine/dots

956dc7168d25642a796477f7a01caa12b90bdcfd — Sebastian LaVine 24 days ago 095d65e master
Update aerc.conf

index-format and dirlist-format has been deprecated.
1 files changed, 8 insertions(+), 6 deletions(-)

M src/.config/aerc/aerc.conf
M src/.config/aerc/aerc.conf => src/.config/aerc/aerc.conf +8 -6
@@ 6,8 6,11 @@
# Describes the format for each row in a mailbox view. This field is compatible
# with mutt's printf-like syntax.
#
# Default: %D %-17.17n %Z %s
index-format=%D %-17.17n %Z %s
index-columns = date<=,name<17,flags>4,subject<*
column-subject = {{.ThreadPrefix}}{{.Subject}}
column-date = {{.DateAutoFormat .Date.Local}}
column-name = {{index (.From | names) 0}}
column-flags = {{.Flags | join ""}}

#
# See time.Time#Format at https://godoc.org/time#Time.Format


@@ 48,10 51,9 @@ new-message-bell=true
# Default: `
pinned-tab-marker='`'

# Describes the format string to use for the directory list
#
# Default: %n %>r
dirlist-format=%n %>r
dirlist-left = {{.Folder}}

dirlist-right = {{if .Unread}}{{humanReadable .Unread}}/{{end}}{{if .Exists}}{{humanReadable .Exists}}{{end}}

# List of space-separated criteria to sort the messages by, see *sort*
# command in *aerc*(1) for reference. Prefixing a criterion with "-r "