]> git.eshelyaron.com Git - emacs.git/commitdiff
(message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head rather than
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 3 Dec 2008 02:32:18 +0000 (02:32 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 3 Dec 2008 02:32:18 +0000 (02:32 +0000)
 message-narrow-to-head since there will be the message header separator.

lisp/gnus/ChangeLog
lisp/gnus/message.el

index aad131c73625035ec21e8eb20fe9ebcc8dc22b85..0366a2fad9da53cd1cb3945a40e92f50802ddd77 100644 (file)
@@ -1,3 +1,9 @@
+2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
index fde3f5a5f1346108993ad5636194e4c45dd547ec..a57e290f26fb1bdddff95e9dcfd6283cd8478526 100644 (file)
@@ -5661,7 +5661,7 @@ See `message-idna-encode'."
   (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")