diff options
author | 2024-02-03 10:52:45 +0100 | |
---|---|---|
committer | 2024-02-03 21:52:58 +0100 | |
commit | 0a2ff6a630eb42b7c2491d639ff2e495524577f0 (patch) | |
tree | 6e4c4c096fbd61b3de41edefb059adced643638b /themes | |
parent | adcb58e49563a9b0ab791ca4249d8201b215a8db (diff) | |
download | alps-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.html | 14 |
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" |