From 6a6ece03e49f29de32c8e6d598871de764e07232 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 10 Jan 2020 19:37:56 +0100 Subject: plugins/carddav: new plugin A new minimal CardDAV plugin is introduced. It injects a list of e-mail addresses in the e-mail compose view. References: https://todo.sr.ht/~sircmpwn/koushin/7 --- cmd/koushin/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/koushin/main.go') diff --git a/cmd/koushin/main.go b/cmd/koushin/main.go index 4897dc9..e56ed04 100644 --- a/cmd/koushin/main.go +++ b/cmd/koushin/main.go @@ -13,6 +13,7 @@ import ( "github.com/labstack/gommon/log" _ "git.sr.ht/~emersion/koushin/plugins/base" + _ "git.sr.ht/~emersion/koushin/plugins/carddav" _ "git.sr.ht/~emersion/koushin/plugins/lua" ) -- cgit v1.2.3