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:
76b2fc5
)
(gnus-update-summary-mark-positions): Use `make-full-mail-header'.
author
morioka
<morioka>
Tue, 29 Sep 1998 17:49:16 +0000
(17:49 +0000)
committer
morioka
<morioka>
Tue, 29 Sep 1998 17:49:16 +0000
(17:49 +0000)
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
e2a0412
..
2119481
100644
(file)
--- a/
lisp/gnus-sum.el
+++ b/
lisp/gnus-sum.el
@@
-2371,7
+2371,8
@@
marks of articles."
(let ((gnus-summary-line-format-spec spec)
(gnus-newsgroup-downloadable '((0 . t))))
(gnus-summary-insert-line
- [0 "" "" "" "" "" 0 0 ""] 0 nil 128 t nil "" nil 1)
+ (make-full-mail-header 0 "" "" "" "" "" 0 0 "")
+ 0 nil 128 t nil "" nil 1)
(goto-char (point-min))
(setq pos (list (cons 'unread (and (search-forward "\200" nil t)
(- (point) 2)))))