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
KDE PIM Runtime
Commits
586ca455
Commit
586ca455
authored
Oct 17, 2010
by
Laurent Montel
😁
Browse files
Fix i18n
svn path=/trunk/KDE/kdepim/runtime/; revision=1186791
parent
11c5af26
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/imap/moveitemtask.cpp
View file @
586ca455
...
...
@@ -110,7 +110,7 @@ void MoveItemTask::triggerCopyJob( KIMAP::Session *session )
KMime
::
Message
::
Ptr
msg
=
item
().
payload
<
KMime
::
Message
::
Ptr
>
();
m_messageId
=
msg
->
messageID
()
->
asUnicodeString
().
toUtf8
();
}
catch
(
Akonadi
::
PayloadException
e
)
{
cancelTask
(
i18n
(
"Failed to copy item, it has no message payload. Remote id: %1"
).
arg
(
uid
)
);
cancelTask
(
i18n
(
"Failed to copy item, it has no message payload. Remote id: %1"
,
uid
)
);
return
;
}
...
...
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