Changes committed gnus/lisp (ChangeLog message.el)

"Katsumi Yamaoka" <[email protected]> Wed, 03 Dec 2008 03:32:38 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog message.el

(message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head rather than
 message-narrow-to-head since there will be the message header separator.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1933 gnus/lisp/ChangeLog:7.1934
--- ChangeLog:7.1933	Sat Nov 29 16:25:47 2008
+++ ChangeLog	Wed Dec  3 03:32:38 2008
@@ -1,3 +1,9 @@
+2008-12-03  Katsumi Yamaoka  <[email protected]>
+
+	* message.el (message-idna-to-ascii-rhs): Use
+	message-narrow-to-headers-or-head rather than message-narrow-to-head
+	since there will be the message header separator.
+
 2008-11-29  Reiner Steib  <[email protected]>
 
 	* nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
Index: message.el
diff -u gnus/lisp/message.el:7.273 gnus/lisp/message.el:7.274
--- message.el:7.273	Fri Sep 26 23:46:30 2008
+++ message.el	Wed Dec  3 03:32:38 2008
@@ -5657,7 +5657,7 @@
   (when message-use-idna
     (save-excursion
       (save-restriction
-	(message-narrow-to-head)
+	(message-narrow-to-headers-or-head)
 	(message-idna-to-ascii-rhs-1 "From")
 	(message-idna-to-ascii-rhs-1 "To")
 	(message-idna-to-ascii-rhs-1 "Reply-To")