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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-01 22:21:43 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-02 16:16:38 +0300
commita0893d82a474d507d6a3ee984cf321e6e25aa5fc (patch)
treeae68e343b2bad9ff05ae9c28f6fa9c0177e786cc /lib/Controller
parent4c097f604afd7c17f9fdad27151574019499974c (diff)
Remember last/start mailbox
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/PageController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 4a02c246c..67adeeb5d 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -165,6 +165,7 @@ class PageController extends Controller {
'external-avatars' => $this->preferences->getPreference($this->currentUserId, 'external-avatars', 'true'),
'reply-mode' => $this->preferences->getPreference($this->currentUserId, 'reply-mode', 'top'),
'collect-data' => $this->preferences->getPreference($this->currentUserId, 'collect-data', 'true'),
+ 'start-mailbox-id' => $this->preferences->getPreference($this->currentUserId, 'start-mailbox-id'),
'tag-classified-messages' => $this->preferences->getPreference($this->currentUserId, 'tag-classified-messages', 'true'),
]);
$this->initialStateService->provideInitialState(