From 02faf6174b3d94efd1ee3cc842b55001639a8983 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 25 Feb 2020 14:06:10 +0100 Subject: plugins/viewhtml: convert mailto links --- plugins/base/routes.go | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/base') diff --git a/plugins/base/routes.go b/plugins/base/routes.go index ad4d121..9dd110a 100644 --- a/plugins/base/routes.go +++ b/plugins/base/routes.go @@ -431,6 +431,7 @@ func handleCompose(ctx *koushin.Context, msg *OutgoingMessage, draft *messagePat func handleComposeNew(ctx *koushin.Context) error { // These are common mailto URL query parameters + // TODO: cc, bcc return handleCompose(ctx, &OutgoingMessage{ To: strings.Split(ctx.QueryParam("to"), ","), Subject: ctx.QueryParam("subject"), -- cgit v1.2.3