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:
authorJohannes Brückner <johannes@dotplex.com>2020-11-02 15:15:12 +0300
committerJohannes Brückner <johannes@dotplex.com>2020-11-10 11:59:20 +0300
commitaa274e8451f3a55839f1c23799cd11f5d9491c33 (patch)
tree90ad5644e2732c932a7936e86a48cedf33c60035 /templates/index.php
parent156573989ff58c7ce3de85b3dd12ef20f5f80a2b (diff)
Store collapsed-folder settings in abstracted account settings
Signed-off-by: Johannes Brückner <johannes@dotplex.com>
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index b60e349df..dbee99b90 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -33,3 +33,4 @@ script('mail', 'mail');
<input type="hidden" id="serialized-accounts" value="<?php p($_['accounts']); ?>">
<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="account-settings" value="<?php p($_['account-settings']); ?>">