diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-12 11:21:06 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-12 11:21:06 -0500 |
commit | a5fe1e358ecb535f9f88f348831d82757dd62ae9 (patch) | |
tree | 038d26f24681b52fe9b6ba57174f9941c6717443 /plugins/base/public/compose.html | |
parent | 5a8d1572b1297c3a72fd33ee42d15e6368a52936 (diff) | |
download | alps-a5fe1e358ecb535f9f88f348831d82757dd62ae9.tar.gz alps-a5fe1e358ecb535f9f88f348831d82757dd62ae9.zip |
Carry Message-ID forward through compose process
Diffstat (limited to 'plugins/base/public/compose.html')
-rw-r--r-- | plugins/base/public/compose.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/base/public/compose.html b/plugins/base/public/compose.html index df1e360..6bc2c7a 100644 --- a/plugins/base/public/compose.html +++ b/plugins/base/public/compose.html @@ -9,6 +9,7 @@ <h2>Compose new message</h2> <form method="post" action="" enctype="multipart/form-data"> + <input type="hidden" name="message_id" value="{{.Message.MessageID}}"> <input type="hidden" name="in_reply_to" value="{{.Message.InReplyTo}}"> <label for="from">From:</label> |