view_mail.js: removed the is_quoted parameter.
authorArt Cancro <ajc@citadel.org>
Thu, 7 Dec 2023 20:29:18 +0000 (15:29 -0500)
committerArt Cancro <ajc@citadel.org>
Thu, 7 Dec 2023 20:29:18 +0000 (15:29 -0500)
commitcb0f6cdf8e28afc92e7fcefeb8ce750abea96c71
treeaa1bec19f19ac345b504756318d8c802eee7534c
parentb36df46899aa8fe9f4c1c2c5aacec321616a0f66
view_mail.js: removed the is_quoted parameter.

is_quoted is now determined by whether quoted_msgnum is nonzero.
In mail, we always pull quote for replies.
webcit-ng/api.txt
webcit-ng/static/js/view_mail.js
webcit-ng/static/js/views.js