Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
19243192
Commit
19243192
authored
Oct 14, 2021
by
Laurent Montel
😁
Browse files
Don't expand treewidget when we select it
parent
3b89fbc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
19243192
...
...
@@ -65,7 +65,7 @@ option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise branc
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED DBus Network Test Widgets WebEngine WebEngineWidgets
)
set
(
LIBGRAVATAR_VERSION
"5.18.40"
)
set
(
MAILCOMMON_LIB_VERSION
"5.18.4
0
"
)
set
(
MAILCOMMON_LIB_VERSION
"5.18.4
1
"
)
set
(
MESSAGELIB_LIB_VERSION
"5.18.45"
)
set
(
LIBKLEO_LIB_VERSION
"5.18.40"
)
set
(
PIMCOMMON_LIB_VERSION
"5.18.40"
)
...
...
src/kmmainwidget.cpp
View file @
19243192
...
...
@@ -486,7 +486,7 @@ void KMMainWidget::slotFolderChanged(const Akonadi::Collection &collection)
void
KMMainWidget
::
slotHistorySwitchFolder
(
const
Akonadi
::
Collection
&
collection
)
{
if
(
mFolderTreeWidget
)
{
mFolderTreeWidget
->
selectCollectionFolder
(
collection
);
mFolderTreeWidget
->
selectCollectionFolder
(
collection
,
false
);
// Don't expand treewidget
}
// Store previous collection
if
(
mGoToFirstUnreadMessageInSelectedFolder
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment