summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-09-04 02:02:45 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-09-04 02:02:45 +0200
commit546e4813da6a02665d649cabbf80c2f9402b0f25 (patch)
treebff215a402b9b71c9cc20f53790d8da888c84913 /Makefile.am
parentfa1677f9bf1410c74129eea429bd713553a051d4 (diff)
Support downloading of attachments.
* assets/css/screen.css (.attachment:before): Add rule. * assets/img/file.svg: New file. * mumi/web/controller.scm (controller): Handle attachment route. * mumi/web/download.scm: New file. * mumi/web/view/utils.scm (display-multipart-chunk): Move into... (display-message-body): ...this procedure; adjust to include attachment download links. * mumi/web/view/html.scm (issue-page): Adjust.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2083aef..cdf5f37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ godir = $(moddir)
assetsdir = $(datadir)/@PACKAGE@
SOURCES = \
+ mumi/web/download.scm \
mumi/web/server.scm \
mumi/web/render.scm \
mumi/web/controller.scm \