projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d93213
)
(gnus-build-sparse-threads): Use `make-full-mail-header-from-decoded-header'
author
yamaoka
<yamaoka>
Wed, 4 Oct 2000 04:06:21 +0000
(
04:06
+0000)
committer
yamaoka
<yamaoka>
Wed, 4 Oct 2000 04:06:21 +0000
(
04:06
+0000)
instead of `make-full-mail-header'.
;; Patch from Arisawa-san.
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
9378c23
..
d5e8cc1
100644
(file)
--- a/
lisp/gnus-sum.el
+++ b/
lisp/gnus-sum.el
@@
-3269,7
+3269,7
@@
Returns HEADER if it was entered in the DEPENDENCIES. Returns nil otherwise."
(mapcar
(lambda (relation)
(when (gnus-dependencies-add-header
- (make-full-mail-header
+ (make-full-mail-header-from-decoded-header
gnus-reffed-article-number
(nth 3 relation) "" (or (nth 4 relation) "")
(nth 1 relation)