diff options
Diffstat (limited to 'commands/msg/unsubscribe.go')
-rw-r--r-- | commands/msg/unsubscribe.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/msg/unsubscribe.go b/commands/msg/unsubscribe.go index 66797660..37ed707f 100644 --- a/commands/msg/unsubscribe.go +++ b/commands/msg/unsubscribe.go @@ -183,6 +183,7 @@ func unsubscribeHTTP(aerc *widgets.Aerc, u *url.URL) error { switch option { case "Yes": go func() { + defer log.PanicHandler() if err := lib.XDGOpen(u.String()); err != nil { aerc.PushError("Unsubscribe:" + err.Error()) } |