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
bd5da0c0
Commit
bd5da0c0
authored
Oct 18, 2021
by
Laurent Montel
😁
Browse files
Remove namespace
parent
348adbe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/recipient/recipientseditor.cpp
View file @
bd5da0c0
...
...
@@ -194,7 +194,7 @@ void RecipientsEditor::selectRecipients()
d
->
mSideWidget
->
pickRecipient
();
}
void
MessageComposer
::
RecipientsEditor
::
setRecentAddressConfig
(
KConfig
*
config
)
void
RecipientsEditor
::
setRecentAddressConfig
(
KConfig
*
config
)
{
d
->
mRecentAddressConfig
=
config
;
if
(
config
)
{
...
...
@@ -208,7 +208,7 @@ void MessageComposer::RecipientsEditor::setRecentAddressConfig(KConfig *config)
}
}
void
MessageComposer
::
RecipientsEditor
::
slotPickedRecipient
(
const
Recipient
&
rec
,
bool
&
tooManyAddress
)
void
RecipientsEditor
::
slotPickedRecipient
(
const
Recipient
&
rec
,
bool
&
tooManyAddress
)
{
const
Recipient
::
Type
t
=
rec
.
type
();
tooManyAddress
=
addRecipient
(
rec
.
email
(),
t
==
Recipient
::
Undefined
?
Recipient
::
To
:
t
);
...
...
Write
Preview
Supports
Markdown
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