Home
last modified time | relevance | path

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

/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dprocmsg.h136 #define MSG_IS_MIME_HTML(msg) (((msg).tmp_flags & MSG_MIME_HTML) != 0) macro
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dsummaryview.c2500 if (MSG_IS_MIME_HTML(flags)) { in summary_set_row()