Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 28 May 2002 22:55:01 +0000 (22:55 +0000)
committeryamaoka <yamaoka>
Tue, 28 May 2002 22:55:01 +0000 (22:55 +0000)
lisp/ChangeLog
lisp/gnus-group.el
lisp/gnus-msg.el

index ded8355..e062f30 100644 (file)
@@ -1,3 +1,13 @@
+2002-05-28  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-group.el (gnus-group-line-format): Doc fix.
+
+2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
+       original article before yanking.  From Jesper Harder
+       <harder@ifa.au.dk>.
+
 2002-05-26  Simon Josefsson  <jas@extundo.com>
 
        * gnus-sum.el (gnus-summary-menu-split): New function.
index 10631dc..9e153b1 100644 (file)
@@ -175,10 +175,10 @@ with some simple extensions.
 %E    Icon as defined by `gnus-group-icon-list'.
 %u    User defined specifier.  The next character in the format string should
       be a letter.  Gnus will call the function gnus-user-format-function-X,
-      where X is the letter following %u.  The function will be passed the
-      current header as argument.  The function should return a string, which
-      will be inserted into the buffer just like information from any other
-      group specifier.
+      where X is the letter following %u.  The function will be passed a 
+      single dummy parameter as argument..  The function should return a
+      string, which will be inserted into the buffer just like information
+      from any other group specifier.
 
 Note that this format specification is not always respected.  For
 reasons of efficiency, when listing killed groups, this specification
index 6e1afd0..ab401fe 100644 (file)
@@ -705,6 +705,7 @@ yanked."
            (message-reply-headers
             ;; The headers are decoded.
             (with-current-buffer gnus-article-copy
+              (nnheader-fold-continuation-lines)
               (nnheader-parse-head t))))
        (message-yank-original)
        (setq beg (or beg (mark t))))