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
PIM MailCommon
Commits
40afce5f
Commit
40afce5f
authored
Sep 24, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused check
parent
6b754e8a
Pipeline
#35455
passed with stage
in 78 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/collectionpage/collectiontemplateswidget.cpp
src/collectionpage/collectiontemplateswidget.cpp
+1
-1
No files found.
src/collectionpage/collectiontemplateswidget.cpp
View file @
40afce5f
...
...
@@ -59,7 +59,7 @@ void CollectionTemplatesWidget::save(Akonadi::Collection &col)
if
(
mCollectionId
.
isEmpty
())
{
mCollectionId
=
QString
::
number
(
col
.
id
());
}
if
(
mChanged
&&
!
mCollectionId
.
isEmpty
()
)
{
if
(
mChanged
)
{
TemplateParser
::
Templates
t
(
mCollectionId
);
//qCDebug(KMAIL_LOG) << "use custom templates for folder" << fid <<":" << mCustom->isChecked();
t
.
setUseCustomTemplates
(
mCustom
->
isChecked
());
...
...
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