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
PIM Messagelib
Commits
1d14ddb5
Commit
1d14ddb5
authored
Apr 07, 2021
by
Laurent Montel
😁
Browse files
Fix BUG 435431 Edit menu (Variables submenu) doesn't work as advertised
FIXED-IN: 5.17.0
BUG: 435431
parent
abe413b4
Pipeline
#57373
skipped
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
messagecomposer/src/snippet/convertsnippetvariablesjob.cpp
View file @
1d14ddb5
...
...
@@ -243,7 +243,7 @@ QString ConvertSnippetVariablesJob::getFirstNameFromEmail(const QString &address
for
(
const
QString
&
str
:
lst
)
{
KMime
::
Types
::
Mailbox
address
;
address
.
fromUnicodeString
(
KEmailAddress
::
normalizeAddressesAndEncodeIdn
(
str
));
const
QString
firstName
=
TemplateParser
::
Util
::
get
La
stNameFromEmail
(
address
.
name
());
const
QString
firstName
=
TemplateParser
::
Util
::
get
Fir
stNameFromEmail
(
address
.
name
());
if
(
!
firstName
.
isEmpty
())
{
resultName
<<
firstName
;
}
...
...
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