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
e9372b6b
Commit
e9372b6b
authored
Nov 10, 2021
by
Laurent Montel
😁
Browse files
Store full path
parent
984130ba
Pipeline
#96845
skipped
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/historyswitchfoldermanager.cpp
View file @
e9372b6b
...
...
@@ -61,6 +61,7 @@ HistorySwitchFolderCommand::HistorySwitchFolderCommand(HistorySwitchFolderManage
const
QString
&
realPath
)
:
mCurrentCollection
(
currentCol
)
,
mNewCollection
(
col
)
,
mFullPath
(
realPath
)
,
mManager
(
manager
)
{
}
...
...
src/kmmainwidget.cpp
View file @
e9372b6b
...
...
@@ -484,7 +484,7 @@ void KMMainWidget::slotFolderChanged(const Akonadi::Collection &collection)
if
(
mCurrentCollection
==
collection
)
{
return
;
}
mHistorySwitchFolderManager
->
addHistory
(
mCurrentCollection
,
collection
);
mHistorySwitchFolderManager
->
addHistory
(
mCurrentCollection
,
collection
,
MailCommon
::
Util
::
fullCollectionPath
(
collection
)
);
}
void
KMMainWidget
::
slotHistorySwitchFolder
(
const
Akonadi
::
Collection
&
collection
)
...
...
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