fix: notification banner should say 'gt mail' not 'bd mail'
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user