Another easy solution to this would be to place a copy of the email body on the clipboard and allow the user to paste in whatever email client they prefer. As long as you include the destination email in the email body, this would be easy to get and display a message that the email is on the system clipboard, you could get this nice feature very cheaply. On Tue, May 10, 2016 at 10:02 AM, Paul Eggert wrote: > On 05/09/2016 11:19 AM, Lars Ingebrigtsen wrote: > >> That is, put the check for res_init back again. Would that be OK? >> > > It should be OK to put the res_init check back into configure.ac. > However, res_init is not thread-safe, and other threads might be doing name > resolution. Shouldn't Emacs use res_ninit instead? > > >