aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/public/compose.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/public/compose.html')
-rw-r--r--plugins/base/public/compose.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/base/public/compose.html b/plugins/base/public/compose.html
index 0db84c0..dd3c7aa 100644
--- a/plugins/base/public/compose.html
+++ b/plugins/base/public/compose.html
@@ -25,6 +25,13 @@
<br><br>
<label for="attachments">Attachments:</label>
<input type="file" name="attachments" id="attachments" multiple>
+ {{range .Message.Attachments}}
+ <br>
+ <label>
+ <input type="checkbox" name="prev_attachments" value="{{.Node.PathString}}" checked>
+ {{.Node}}
+ </label>
+ {{end}}
<br><br>
<input type="submit" name="save_as_draft" value="Save as draft">
<input type="submit" value="Send">