2005-09-28 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Wed, 28 Sep 2005 09:30:08 +0000 (09:30 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 28 Sep 2005 09:30:08 +0000 (09:30 +0000)
* message.el (message-use-idna): Default to t.

lisp/ChangeLog
lisp/message.el

index fa10c23..cfc9e27 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-28  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-use-idna): Default to t.
+
 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nntp.el (nntp-warn-about-losing-connection): Remove.
index 58f8a12..5d70ae6 100644 (file)
@@ -1496,7 +1496,7 @@ no, only reply back to the author."
                                   (file-error))
                                 (mm-coding-system-p 'utf-8)
                                 (executable-find idna-program)
-                                'ask)
+                                t)
   "Whether to encode non-ASCII in domain names into ASCII according to IDNA."
   :version "22.1"
   :group 'message-headers