fix: notification banner should say 'gt mail' not 'bd mail'

This commit is contained in:
Steve Yegge
2025-12-21 10:41:18 -08:00
parent 7ff7cbc426
commit f3afa149a5
+1 -1
View File
@@ -302,7 +302,7 @@ func (t *Tmux) SendNotificationBanner(session, from, subject string) error {
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📬 NEW MAIL from %s 📬 NEW MAIL from %s
Subject: %s Subject: %s
Run: bd mail inbox Run: gt mail inbox
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
'`, from, subject) '`, from, subject)