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
PIM Messagelib
Commits
ae917962
Commit
ae917962
authored
Oct 05, 2022
by
Laurent Montel
Browse files
It will be good to not desactivate clang-format...
parent
d29b76fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/src/contactpreference/contactpreference.h
View file @
ae917962
...
...
@@ -12,22 +12,23 @@
namespace
KContacts
{
class
Addressee
;
class
Addressee
;
}
namespace
MessageComposer
{
class
MESSAGECOMPOSER_EXPORT
ContactPreference
{
public:
ContactPreference
();
void
fillFromAddressee
(
const
KContacts
::
Addressee
&
contact
);
void
fillAddressee
(
KContacts
::
Addressee
&
contact
)
const
;
Kleo
::
EncryptionPreference
encryptionPreference
=
Kleo
::
UnknownPreference
;
Kleo
::
SigningPreference
signingPreference
=
Kleo
::
UnknownSigningPreference
;
Kleo
::
CryptoMessageFormat
cryptoMessageFormat
=
Kleo
::
AutoFormat
;
QStringList
pgpKeyFingerprints
;
QStringList
smimeCertFingerprints
;
};
class
MESSAGECOMPOSER_EXPORT
ContactPreference
{
public:
ContactPreference
();
void
fillFromAddressee
(
const
KContacts
::
Addressee
&
contact
);
void
fillAddressee
(
KContacts
::
Addressee
&
contact
)
const
;
Kleo
::
EncryptionPreference
encryptionPreference
=
Kleo
::
UnknownPreference
;
Kleo
::
SigningPreference
signingPreference
=
Kleo
::
UnknownSigningPreference
;
Kleo
::
CryptoMessageFormat
cryptoMessageFormat
=
Kleo
::
AutoFormat
;
QStringList
pgpKeyFingerprints
;
QStringList
smimeCertFingerprints
;
};
}
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