Home
last modified time | relevance | path

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

/haiku/src/kits/mail/
H A DMailContainer.cpp221 const char *content_type_string; in SetToRFC822() local
248 content_type_string = content_type.FindString("unlabeled"); in SetToRFC822()
249 if (content_type_string == NULL || in SetToRFC822()
250 strncasecmp(content_type_string,"multipart",9) != 0) in SetToRFC822()