From: yamaoka Date: Tue, 28 May 2002 22:55:01 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_7-01-quimby~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6eb09ab36a234bdcca9aed117039af1c5495c8e5;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ded8355..e062f30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2002-05-28 Simon Josefsson + + * gnus-group.el (gnus-group-line-format): Doc fix. + +2002-05-28 Kai Gro,b_(Bjohann + + * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of + original article before yanking. From Jesper Harder + . + 2002-05-26 Simon Josefsson * gnus-sum.el (gnus-summary-menu-split): New function. diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 10631dc..9e153b1 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -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 diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 6e1afd0..ab401fe 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -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))))