@@ 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 "