Home
last modified time | relevance | path

Searched refs:E_MAIL_PART_VALIDITY_PGP (Results 1 – 9 of 9) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-parser-inlinepgp-encrypted.c138 E_MAIL_PART_VALIDITY_PGP); in empe_inlinepgp_encrypted_parse()
165 E_MAIL_PART_VALIDITY_PGP); in empe_inlinepgp_encrypted_parse()
H A De-mail-parser-multipart-encrypted.c138 E_MAIL_PART_VALIDITY_PGP); in empe_mp_encrypted_parse()
166 E_MAIL_PART_VALIDITY_PGP); in empe_mp_encrypted_parse()
H A De-mail-parser-inlinepgp-signed.c145 E_MAIL_PART_VALIDITY_PGP); in empe_inlinepgp_signed_parse()
174 E_MAIL_PART_VALIDITY_PGP); in empe_inlinepgp_signed_parse()
H A De-mail-formatter-enums.h81 E_MAIL_PART_VALIDITY_PGP = 1 << 0, enumerator
H A De-mail-parser-multipart-signed.c139 validity_type = E_MAIL_PART_VALIDITY_PGP; in empe_mp_signed_parse()
H A De-mail-formatter-utils.c579 …{ E_MAIL_PART_VALIDITY_PGP | E_MAIL_PART_VALIDITY_SIGNED, N_("GPG signed"), N_("partially GPG sign… in e_mail_formatter_format_security_header()
580 …{ E_MAIL_PART_VALIDITY_PGP | E_MAIL_PART_VALIDITY_ENCRYPTED, N_("GPG encrypted"), N_("partially GP… in e_mail_formatter_format_security_header()
H A De-mail-part-list.c436 if ((vpair->validity_type & E_MAIL_PART_VALIDITY_PGP) != 0) in e_mail_part_list_sum_validity()
H A De-mail-part.c693 mask = E_MAIL_PART_VALIDITY_PGP | E_MAIL_PART_VALIDITY_SMIME; in e_mail_part_update_validity()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A Dem-composer-utils.c4977 if ((validity_pgp_sum & E_MAIL_PART_VALIDITY_PGP) != 0) { in em_composer_utils_update_security()