aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/invite.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/invite.go')
-rw-r--r--commands/msg/invite.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/invite.go b/commands/msg/invite.go
index 37a194a6..4b2507f4 100644
--- a/commands/msg/invite.go
+++ b/commands/msg/invite.go
@@ -48,7 +48,7 @@ func (invite) Execute(aerc *widgets.Aerc, args []string) error {
return fmt.Errorf("no invitation found (missing text/calendar)")
}
- subject := trimLocalizedRe(msg.Envelope.Subject)
+ subject := trimLocalizedRe(msg.Envelope.Subject, acct.AccountConfig().LocalizedRe)
switch args[0] {
case "accept":
subject = "Accepted: " + subject