aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorLibravatarLibravatar Silvan Jegen <[email protected]> 2024-02-03 10:52:45 +0100
committerLibravatarLibravatar Simon Ser <[email protected]> 2024-02-03 21:52:58 +0100
commit0a2ff6a630eb42b7c2491d639ff2e495524577f0 (patch)
tree6e4c4c096fbd61b3de41edefb059adced643638b /themes
parentadcb58e49563a9b0ab791ca4249d8201b215a8db (diff)
downloadalps-0a2ff6a630eb42b7c2491d639ff2e495524577f0.tar.gz
alps-0a2ff6a630eb42b7c2491d639ff2e495524577f0.tar.bz2
alps-0a2ff6a630eb42b7c2491d639ff2e495524577f0.zip
Add optional Cc and Bcc fields when composing a message
This should address https://todo.sr.ht/~migadu/alps/145.
Diffstat (limited to 'themes')
-rw-r--r--themes/alps/compose.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/alps/compose.html b/themes/alps/compose.html
index 75345b2..7d7c822 100644
--- a/themes/alps/compose.html
+++ b/themes/alps/compose.html
@@ -29,6 +29,20 @@
{{ if not $to }} autofocus{{ end }}
/>
+ <label>Cc</label>
+ <input
+ type="text"
+ name="cc"
+ id="cc"
+ />
+
+ <label>Bcc</label>
+ <input
+ type="text"
+ name="bcc"
+ id="bcc"
+ />
+
<label>Subject</label>
<input
type="text"