summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-19 10:04:22 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-19 10:04:22 -0500
commit07d1553f103079bd34e7fdbd4b9094dc264d20f0 (patch)
tree53cd17bdef7ad3a27c0230a6b471193c4c514f2c
parent39ae20607b27e6a6697223a2d215569c8ac139ab (diff)
fix(aerc): sort feeds by date
-rw-r--r--aerc/.config/aerc/aerc.conf13
1 files changed, 8 insertions, 5 deletions
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