Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
libkleo
Commits
4e326a13
Commit
4e326a13
authored
Jun 11, 2021
by
Ingo Klöcker
Browse files
Always set/store the normalized sender address
The sender is also needed for encrypt to self. GnuPG-bug-id: 5283
parent
4c5505cc
Pipeline
#65272
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/kleo/keyresolvercore.cpp
View file @
4e326a13
...
...
@@ -198,9 +198,7 @@ void KeyResolverCore::Private::setSender(const QString &address)
return
;
}
const
auto
normStr
=
QString
::
fromUtf8
(
normalized
.
c_str
());
if
(
mSign
)
{
mSender
=
normStr
;
}
addRecipients
({
address
});
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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