Home
last modified time | relevance | path

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

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook/
H A De-destination.c67 guint wants_html_mail : 1; member
203 new_dest->priv->wants_html_mail = dest->priv->wants_html_mail; in e_destination_copy()
1282 return dest->priv->wants_html_mail; in e_destination_get_html_mail_pref()
1301 if (dest->priv->wants_html_mail != flag) { in e_destination_set_html_mail_pref()
1302 dest->priv->wants_html_mail = flag; in e_destination_set_html_mail_pref()
1582 dest->priv->wants_html_mail = html_mail; in e_destination_xml_decode()