(message-idna-to-ascii-rhs): Decode Reply-To too.
authorSimon Josefsson <jas@extundo.com>
Sat, 15 Jan 2005 19:59:40 +0000 (19:59 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 15 Jan 2005 19:59:40 +0000 (19:59 +0000)
Suggested by Raymond Scholz <ray-2005@zonix.de>.

lisp/ChangeLog
lisp/message.el

index 61bec35..ed62f5f 100644 (file)
@@ -1,5 +1,8 @@
 2005-01-15  Simon Josefsson  <jas@extundo.com>
 
+       * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
+       Suggested by Raymond Scholz <ray-2005@zonix.de>.
+
        * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
        gnus-summary-idna-message.
        (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
index d6c0199..8c7cc85 100644 (file)
@@ -1,5 +1,5 @@
 ;;; message.el --- composing mail and news messages
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 ;;        Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -5018,6 +5018,7 @@ See `message-idna-encode'."
        (message-narrow-to-head)
        (message-idna-to-ascii-rhs-1 "From")
        (message-idna-to-ascii-rhs-1 "To")
+       (message-idna-to-ascii-rhs-1 "Reply-To")
        (message-idna-to-ascii-rhs-1 "Cc")))))
 
 (defun message-generate-headers (headers)