diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-20 17:05:41 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-20 17:05:41 +0200 |
| commit | a5efe1d4a6620ed3f9f7811f6b9140fbd486b560 (patch) | |
| tree | 157b5628affc22a474861a9d2eea39dfa21c0187 /config | |
| parent | 442118e66a483875ef14262d7b4a89c1fda0ae68 (diff) | |
Update aerc
Diffstat (limited to 'config')
| -rw-r--r-- | config/aerc/aerc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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. # |