From 07d1553f103079bd34e7fdbd4b9094dc264d20f0 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 19 May 2023 10:04:22 -0500 Subject: fix(aerc): sort feeds by date --- aerc/.config/aerc/aerc.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'aerc') diff --git a/aerc/.config/aerc/aerc.conf b/aerc/.config/aerc/aerc.conf index 97f17cd..9344fbe 100644 --- a/aerc/.config/aerc/aerc.conf +++ b/aerc/.config/aerc/aerc.conf @@ -2,9 +2,9 @@ enable-osc8 = true [ui] -mouse-enabled=true -new-message-bell=true -styleset-name=dark +mouse-enabled = true +new-message-bell = true +styleset-name = dark column-name = {{ if eq .Folder "Sent" }}{{.To | names | join ", "}}{{ else }}{{.From | names | join ", "}}{{ end }} column-date = {{.DateAutoFormat .Date.Local}} next-message-on-delete = false @@ -13,7 +13,10 @@ threading-enabled = true client-threads-delay = 150ms [ui:folder=Sent] -column-name={{index (.To | names) 0}} +column-name = {{index (.To | names) 0}} + +[ui:account=Feeds] +sort = -r date [viewer] header-layout = From,To,Cc,Bcc,Date,Subject @@ -25,7 +28,7 @@ text/plain = wrap -w 88 | colorize | /usr/share/git/diff-highlight/diff-highligh text/calendar = calendar | colorize text/* = bat -fP --file-name="$AERC_FILENAME" --style=plain application/x-* = bat -fP --file-name="$AERC_FILENAME" --style=auto -application/vnd.openxmlformats-officedocument.wordprocessingml.document=docx2txt +application/vnd.openxmlformats-officedocument.wordprocessingml.document = docx2txt application/pdf=pdftotext - /dev/stdout message/delivery-status = wrap | colorize message/rfc822 = wrap | colorize -- cgit v1.2.3-70-g09d2