From a5efe1d4a6620ed3f9f7811f6b9140fbd486b560 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 20 Oct 2023 17:05:41 +0200 Subject: Update aerc --- config/aerc/aerc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf index 7bd459f..3a53525 100644 --- a/config/aerc/aerc.conf +++ b/config/aerc/aerc.conf @@ -1,4 +1,4 @@ -# +# "Inbox" # aerc main configuration [general] @@ -139,7 +139,7 @@ # Template to use for Account tab titles # # Default: {{.Account}} -tab-title-account={{.Account}} {{if .Unread}}({{.Unread}}){{end}} +tab-title-account={{.Account}} {{if .Unread "INBOX"}}({{.Unread "INBOX"}}){{end}}{{if .Unread "Inbox"}}({{.Unread "Inbox"}}){{end}} # Marker to show before a pinned tab's name. # -- cgit