Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KMail
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KMail
Commits
e476321e
Commit
e476321e
authored
Apr 28, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 420327 reload email after changing html preference for contact
BUG: 420327 FIXED-IN: 5.14.1
parent
fc2f2b73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/kmreaderwin.cpp
src/kmreaderwin.cpp
+5
-1
No files found.
src/kmreaderwin.cpp
View file @
e476321e
...
...
@@ -872,7 +872,11 @@ void KMReaderWin::slotContactEditorError(const QString &error)
void
KMReaderWin
::
contactStored
(
const
Akonadi
::
Item
&
item
)
{
Q_UNUSED
(
item
);
if
(
item
.
hasPayload
<
KContacts
::
Addressee
>
())
{
const
KContacts
::
Addressee
contact
=
item
.
payload
<
KContacts
::
Addressee
>
();
setContactItem
(
item
,
contact
);
mViewer
->
slotChangeDisplayMail
(
mViewAsHtml
->
isChecked
()
?
Viewer
::
Html
:
Viewer
::
Text
,
mLoadExternalReference
->
isChecked
());
}
KPIM
::
BroadcastStatus
::
instance
()
->
setStatusMsg
(
i18n
(
"Contact modified successfully"
));
}
...
...
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