diff options
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. # |