1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:47:35 +00:00

Mail: Allow sorting columns

This commit is contained in:
Karol Kosek 2023-08-24 09:11:20 +02:00 committed by Andrew Kaster
parent ea70b96cf8
commit 1e282762a7
2 changed files with 12 additions and 7 deletions

View file

@ -41,7 +41,8 @@ private:
OwnPtr<IMAP::Client> m_imap_client;
RefPtr<GUI::TreeView> m_mailbox_list;
RefPtr<InboxModel> m_individual_mailbox_model;
RefPtr<InboxModel> m_mailbox_model;
RefPtr<GUI::SortingProxyModel> m_mailbox_sorting_model;
RefPtr<GUI::TableView> m_individual_mailbox_view;
RefPtr<WebView::OutOfProcessWebView> m_web_view;
RefPtr<GUI::Statusbar> m_statusbar;