diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index bd7a1bf5f9..0d099c0800 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -223,6 +223,7 @@ public function index(): TemplateResponse { 'search-priority-body' => $this->preferences->getPreference($this->currentUserId, 'search-priority-body', 'false'), 'start-mailbox-id' => $this->preferences->getPreference($this->currentUserId, 'start-mailbox-id'), 'follow-up-reminders' => $this->preferences->getPreference($this->currentUserId, 'follow-up-reminders', 'true'), + 'sort-favorites' => $this->preferences->getPreference($this->currentUserId, 'sort-favorites', 'false'), ]); $this->initialStateService->provideInitialState( 'prefill_displayName', diff --git a/src/components/AppSettingsMenu.vue b/src/components/AppSettingsMenu.vue index 3aa108668e..eb4d9610d3 100755 --- a/src/components/AppSettingsMenu.vue +++ b/src/components/AppSettingsMenu.vue @@ -54,6 +54,13 @@ :label="t('mail', 'Show all messages in thread')" :description="t('mail', 'When off, only the selected message will be shown')" /> + + +