Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/mail/
H A Dem-composer-utils.c561 gboolean confirm_html; in composer_presend_check_unwanted_html() local
574 confirm_html = g_settings_get_boolean (settings, "prompt-on-unwanted-html"); in composer_presend_check_unwanted_html()
579 if (html_mode && send_html && confirm_html && recipients != NULL) { in composer_presend_check_unwanted_html()