diff options
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" |