summaryrefslogtreecommitdiff
path: root/aerc.go
diff options
context:
space:
mode:
Diffstat (limited to 'aerc.go')
-rw-r--r--aerc.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/aerc.go b/aerc.go
index 57259be..6144e53 100644
--- a/aerc.go
+++ b/aerc.go
@@ -200,6 +200,7 @@ func main() {
} else {
defer as.Close()
as.OnMailto = aerc.Mailto
+ as.OnMbox = aerc.Mbox
}
// set the aerc version so that we can use it in the template funcs