Searched refs:convert_id (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mail/
H A DPrefs.cpp841 uint32 convert_id; local
843 convert_id = charset.GetConversionID();
845 convert_id = B_MAIL_UTF8_CONVERSION;
846 msg->AddInt32("encoding", convert_id);
848 if (convert_id == encoding)

Completed in 46 milliseconds