- if (eai) {
- /* Add eai profile entry, to pass utf-8 setting to
- getname()/getadrx(). This doesn't seem to be necessary
- now, but it's here just in case the code changes
- later. */
- add_profile_entry("eai", "utf-8");
-
- /* Add mhbuild switch to enable UTF-8 headers. */
- buildvec[i++] = "-headerencoding";
- buildvec[i++] = "utf-8";
- }