aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/account.go')
-rw-r--r--widgets/account.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/account.go b/widgets/account.go
index 73ee32d0..c2b8b8e9 100644
--- a/widgets/account.go
+++ b/widgets/account.go
@@ -463,6 +463,7 @@ func (acct *AccountView) checkMailOnStartup() {
func (acct *AccountView) CheckMailTimer(d time.Duration) {
acct.ticker = time.NewTicker(d)
go func() {
+ defer log.PanicHandler()
for range acct.ticker.C {
if !acct.state.Connected() {
continue