aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ipc/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ipc/handler.go')
-rw-r--r--lib/ipc/handler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ipc/handler.go b/lib/ipc/handler.go
index fb8f0e06..c00acd63 100644
--- a/lib/ipc/handler.go
+++ b/lib/ipc/handler.go
@@ -5,4 +5,5 @@ import "net/url"
type Handler interface {
Mailto(addr *url.URL) error
Mbox(source string) error
+ Command(args []string) error
}