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
966329eb
Commit
966329eb
authored
Apr 24, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assign directly
parent
ce34089e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
agents/followupreminderagent/followupremindermanager.cpp
agents/followupreminderagent/followupremindermanager.cpp
+1
-2
No files found.
agents/followupreminderagent/followupremindermanager.cpp
View file @
966329eb
...
@@ -183,8 +183,7 @@ QString FollowUpReminderManager::printDebugInfo()
...
@@ -183,8 +183,7 @@ QString FollowUpReminderManager::printDebugInfo()
QString
FollowUpReminderManager
::
infoToStr
(
FollowUpReminder
::
FollowUpReminderInfo
*
info
)
QString
FollowUpReminderManager
::
infoToStr
(
FollowUpReminder
::
FollowUpReminderInfo
*
info
)
{
{
QString
infoStr
;
QString
infoStr
=
QStringLiteral
(
"****************************************"
);
infoStr
=
QStringLiteral
(
"****************************************"
);
infoStr
+=
QStringLiteral
(
"Akonadi Item id :%1
\n
"
).
arg
(
info
->
originalMessageItemId
());
infoStr
+=
QStringLiteral
(
"Akonadi Item id :%1
\n
"
).
arg
(
info
->
originalMessageItemId
());
infoStr
+=
QStringLiteral
(
"MessageId :%1
\n
"
).
arg
(
info
->
messageId
());
infoStr
+=
QStringLiteral
(
"MessageId :%1
\n
"
).
arg
(
info
->
messageId
());
infoStr
+=
QStringLiteral
(
"Subject :%1
\n
"
).
arg
(
info
->
subject
());
infoStr
+=
QStringLiteral
(
"Subject :%1
\n
"
).
arg
(
info
->
subject
());
...
...
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