Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KMail
Commits
7969bae6
Commit
7969bae6
authored
Jul 21, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow to hide menu header view
parent
696ade92
Pipeline
#27875
passed with stage
in 75 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
agents/unifiedmailboxagent/unifiedmailboxeditor.cpp
agents/unifiedmailboxagent/unifiedmailboxeditor.cpp
+2
-1
No files found.
CMakeLists.txt
View file @
7969bae6
...
...
@@ -65,7 +65,7 @@ option(KDEPIM_RUN_AKONADI_TEST "Enable autotest based on Akonadi." TRUE)
find_package
(
Qt5
${
QT_REQUIRED_VERSION
}
CONFIG REQUIRED DBus Network Test Widgets WebEngine WebEngineWidgets
)
set
(
LIBGRAVATAR_VERSION_LIB
"5.14.80"
)
set
(
MAILCOMMON_LIB_VERSION_LIB
"5.1
4.80
"
)
set
(
MAILCOMMON_LIB_VERSION_LIB
"5.1
5.42
"
)
set
(
MESSAGELIB_LIB_VERSION_LIB
"5.14.80"
)
set
(
LIBKLEO_LIB_VERSION_LIB
"5.14.80"
)
set
(
PIMCOMMON_LIB_VERSION_LIB
"5.14.80"
)
...
...
agents/unifiedmailboxagent/unifiedmailboxeditor.cpp
View file @
7969bae6
...
...
@@ -127,7 +127,8 @@ UnifiedMailboxEditor::UnifiedMailboxEditor(UnifiedMailbox *mailbox, const KShare
auto
ftw
=
new
MailCommon
::
FolderTreeWidget
(
nullptr
,
nullptr
,
MailCommon
::
FolderTreeWidget
::
TreeViewOptions
(
MailCommon
::
FolderTreeWidget
::
UseDistinctSelectionModel
|
MailCommon
::
FolderTreeWidget
::
HideStatistics
));
|
MailCommon
::
FolderTreeWidget
::
HideStatistics
|
MailCommon
::
FolderTreeWidget
::
HideHeaderViewMenu
));
ftw
->
folderTreeView
()
->
setDragEnabled
(
false
);
l
->
addWidget
(
ftw
);
...
...
Write
Preview
Markdown
is supported
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