Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-07-02 12:53:24 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-07-02 18:14:55 +0300
commita8ee2220f326853cc2c21eefd7f22e6f4fdeb758 (patch)
tree8e730b00f881a7b39c5b1d1fbba63df9e44b5294 /templates
parentf4ba6d8b35f7351a9f5b89b3bf0286c3d37f4f48 (diff)
Toggle auto tagging for classified messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index aae405924..c4edb35c3 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -32,3 +32,4 @@ script('mail', 'mail');
<input type="hidden" id="config-installed-version" value="<?php p($_['app-version']); ?>">
<input type="hidden" id="external-avatars" value="<?php p($_['external-avatars']); ?>">
<input type="hidden" id="collect-data" value="<?php p($_['collect-data']); ?>">
+<input type="hidden" id="tag-classified-messages" value="<?php p($_['tag-classified-messages']); ?>">