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
3b7f8139
Commit
3b7f8139
authored
Oct 26, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add debug info
parent
5bdb994a
Pipeline
#38741
passed with stage
in 36 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
src/kmcommands.cpp
src/kmcommands.cpp
+16
-0
src/kmcommands.h
src/kmcommands.h
+2
-0
No files found.
src/kmcommands.cpp
View file @
3b7f8139
...
...
@@ -1866,3 +1866,19 @@ Akonadi::Item KMFetchMessageCommand::item() const
{
return
mItem
;
}
QDebug
operator
<<
(
QDebug
d
,
const
KMPrintCommandInfo
&
t
)
{
d
<<
"item id "
<<
t
.
mMsg
.
id
();
d
<<
"mOverrideFont "
<<
t
.
mOverrideFont
;
d
<<
"mEncoding "
<<
t
.
mEncoding
;
d
<<
"mFormat "
<<
t
.
mFormat
;
d
<<
"mHtmlLoadExtOverride "
<<
t
.
mHtmlLoadExtOverride
;
d
<<
"mUseFixedFont "
<<
t
.
mUseFixedFont
;
d
<<
"mPrintPreview "
<<
t
.
mPrintPreview
;
d
<<
"mShowSignatureDetails "
<<
t
.
mShowSignatureDetails
;
d
<<
"mShowEncryptionDetails "
<<
t
.
mShowEncryptionDetails
;
d
<<
"mAttachmentStrategy "
<<
t
.
mAttachmentStrategy
;
d
<<
"mHeaderStylePlugin "
<<
t
.
mHeaderStylePlugin
;
return
d
;
}
src/kmcommands.h
View file @
3b7f8139
...
...
@@ -402,6 +402,8 @@ struct KMAILTESTS_TESTS_EXPORT KMPrintCommandInfo
bool
mShowEncryptionDetails
=
false
;
};
QDebug
operator
<<
(
QDebug
d
,
const
KMPrintCommandInfo
&
t
);
class
KMAILTESTS_TESTS_EXPORT
KMPrintCommand
:
public
KMCommand
{
Q_OBJECT
...
...
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