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 --- themes/sourcehut/compose.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'themes/sourcehut') diff --git a/themes/sourcehut/compose.html b/themes/sourcehut/compose.html index e845423..a9f4c49 100644 --- a/themes/sourcehut/compose.html +++ b/themes/sourcehut/compose.html @@ -37,6 +37,7 @@ id="to" class="form-control" value="{{.Message.ToString}}" + list="emails" multiple {{ if not .Message.To }} autofocus @@ -73,6 +74,12 @@ class="btn btn-primary" >Send email + + + {{range .Extra.EmailSuggestions}} + -- cgit v1.2.3-59-g8ed1b