Home
last modified time | relevance | path

Searched refs:GMIME_ADDRESS_TYPE_BCC (Results 1 – 20 of 20) sorted by relevance

/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-message.c328 message_update_addresses (message, options, GMIME_ADDRESS_TYPE_BCC); in process_header()
405 message_update_addresses (message, options, GMIME_ADDRESS_TYPE_BCC); in message_header_removed()
745 return message->addrlists[GMIME_ADDRESS_TYPE_BCC]; in g_mime_message_get_bcc()
812 sync_address_header (message, GMIME_ADDRESS_TYPE_BCC); in bcc_list_changed()
882 for (i = GMIME_ADDRESS_TYPE_TO; i <= GMIME_ADDRESS_TYPE_BCC; i++) { in g_mime_message_get_all_recipients()
H A Dgmime-message.h66 GMIME_ADDRESS_TYPE_BCC, enumerator
/dports/mail/astroid/astroid-0.15/src/utils/gmime/
H A Dgmime-compat.h37 # define GMIME_ADDRESS_TYPE_BCC GMIME_RECIPIENT_TYPE_BCC macro
/dports/mail/notmuch/notmuch-0.34.2/
H A Dnotmuch-reply.c311 return g_mime_message_get_addresses (message, GMIME_ADDRESS_TYPE_BCC); in get_bcc()
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
H A Dnotmuch-show.c248 recipients_string = g_mime_message_get_address_string (message, GMIME_ADDRESS_TYPE_BCC); in format_headers_sprinter()
/dports/mail/notmuch-emacs/notmuch-0.34.2/
H A Dnotmuch-reply.c311 return g_mime_message_get_addresses (message, GMIME_ADDRESS_TYPE_BCC); in get_bcc()
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
H A Dnotmuch-show.c248 recipients_string = g_mime_message_get_address_string (message, GMIME_ADDRESS_TYPE_BCC); in format_headers_sprinter()
/dports/mail/py-notmuch2/notmuch-0.34.2/
H A Dnotmuch-reply.c311 return g_mime_message_get_addresses (message, GMIME_ADDRESS_TYPE_BCC); in get_bcc()
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
H A Dnotmuch-show.c248 recipients_string = g_mime_message_get_address_string (message, GMIME_ADDRESS_TYPE_BCC); in format_headers_sprinter()
/dports/mail/notmuch-mutt/notmuch-0.34.2/
H A Dnotmuch-reply.c311 return g_mime_message_get_addresses (message, GMIME_ADDRESS_TYPE_BCC); in get_bcc()
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
H A Dnotmuch-show.c248 recipients_string = g_mime_message_get_address_string (message, GMIME_ADDRESS_TYPE_BCC); in format_headers_sprinter()
/dports/mail/py-notmuch/notmuch-0.34.2/
H A Dnotmuch-reply.c311 return g_mime_message_get_addresses (message, GMIME_ADDRESS_TYPE_BCC); in get_bcc()
339 { get_bcc, GMIME_ADDRESS_TYPE_BCC }, in add_recipients_from_message()
H A Dnotmuch-show.c248 recipients_string = g_mime_message_get_address_string (message, GMIME_ADDRESS_TYPE_BCC); in format_headers_sprinter()
/dports/mail/mu/mu-1.6.4/contrib/
H A Dgmime-test.c156 val = get_recip (msg, GMIME_ADDRESS_TYPE_BCC); in test_message()
/dports/mail/mu4e/mu-1.6.4/contrib/
H A Dgmime-test.c156 val = get_recip (msg, GMIME_ADDRESS_TYPE_BCC); in test_message()
/dports/mail/mu4e/mu-1.6.4/lib/
H A Dmu-msg-file.cc674 case MU_MSG_FIELD_ID_BCC : return GMIME_ADDRESS_TYPE_BCC; in address_type()
H A Dmu-msg.cc722 {GMIME_ADDRESS_TYPE_BCC, MU_MSG_CONTACT_TYPE_BCC}, in msg_contact_foreach_file()
/dports/mail/mu/mu-1.6.4/lib/
H A Dmu-msg-file.cc674 case MU_MSG_FIELD_ID_BCC : return GMIME_ADDRESS_TYPE_BCC; in address_type()
H A Dmu-msg.cc722 {GMIME_ADDRESS_TYPE_BCC, MU_MSG_CONTACT_TYPE_BCC}, in msg_contact_foreach_file()
/dports/mail/astroid/astroid-0.15/src/
H A Dmessage_thread.cc651 return g_mime_message_get_addresses (message, GMIME_ADDRESS_TYPE_BCC); in bcc()