X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b24a1b1ac51ca3bbacc82700dd1388b7dae2633d..461317c8fb5ec758fd77d2d7450ca3cd94fc58c2:/h/addrsbr.h diff --git a/h/addrsbr.h b/h/addrsbr.h index de5dc3b4..1b147f68 100644 --- a/h/addrsbr.h +++ b/h/addrsbr.h @@ -40,6 +40,12 @@ struct mailname { void mnfree(struct mailname *); int ismymbox(struct mailname *); +/* + * Enable Email Address Internationalization, which requires + * support of 8-bit addresses. + */ +void enable_eai(); + /* * Parse an address header, and return a sequence of email addresses. * This function is the main entry point into the nmh address parser.