Searched refs:B_PARTIAL_MAIL_TYPE (Results 1 – 6 of 6) sorted by relevance
27 && (type == B_MAIL_TYPE || type == B_PARTIAL_MAIL_TYPE)) { in process_refs()
99 && (type == B_MAIL_TYPE || type == B_PARTIAL_MAIL_TYPE)) { in process_refs()
58 #define B_PARTIAL_MAIL_TYPE "text/x-partial-email" // mime type macro
201 _SetType(attributes, B_PARTIAL_MAIL_TYPE); in HeaderFetched()
623 || strcmp(type, B_PARTIAL_MAIL_TYPE) == 0) { in RefsReceived()
841 || strcasecmp(fileType, B_PARTIAL_MAIL_TYPE) == 0) in GetTrackerWindowFile()2894 if (strcmp(mimeType, B_PARTIAL_MAIL_TYPE) == 0) { in OpenMessage()