Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
6f8c42f1
Commit
6f8c42f1
authored
Aug 02, 2010
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use KMime::Message::mimeType
svn path=/trunk/KDE/kdepim/kmail/; revision=1158243
parent
3edb0867
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kmail/kmcomposewin.cpp
kmail/kmcomposewin.cpp
+1
-1
No files found.
kmail/kmcomposewin.cpp
View file @
6f8c42f1
...
...
@@ -458,7 +458,7 @@ KMComposeWin::~KMComposeWin()
if
(
mFolder
.
isValid
()
&&
mMsg
)
{
Akonadi
::
Item
item
;
item
.
setPayload
(
mMsg
);
item
.
setMimeType
(
"message/rfc822"
);
item
.
setMimeType
(
KMime
::
Message
::
mimeType
()
);
MessageStatus
status
;
status
.
setRead
();
item
.
setFlags
(
status
.
statusFlags
()
);
...
...
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