diff options
author | Simon Ser <contact@emersion.fr> | 2020-01-10 19:37:56 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-02-05 12:21:54 +0100 |
commit | 6a6ece03e49f29de32c8e6d598871de764e07232 (patch) | |
tree | 6e1208ce6da995ffbd02593d7be230e5d1c54d7b /cmd | |
parent | 6ea7cd9134318874a21aa08ea0d9feecadd8874d (diff) | |
download | alps-6a6ece03e49f29de32c8e6d598871de764e07232.tar.gz alps-6a6ece03e49f29de32c8e6d598871de764e07232.zip |
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
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/koushin/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
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" ) |