From f3afa149a5a4d9258d251917f41221f3cc813e9b Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sun, 21 Dec 2025 10:41:18 -0800 Subject: [PATCH] fix: notification banner should say 'gt mail' not 'bd mail' --- internal/tmux/tmux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tmux/tmux.go b/internal/tmux/tmux.go index 86288fea..dcdc3be5 100644 --- a/internal/tmux/tmux.go +++ b/internal/tmux/tmux.go @@ -302,7 +302,7 @@ func (t *Tmux) SendNotificationBanner(session, from, subject string) error { ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📬 NEW MAIL from %s Subject: %s -Run: bd mail inbox +Run: gt mail inbox ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ '`, from, subject)