(gnus-update-summary-mark-positions): Use `make-full-mail-header'.
authormorioka <morioka>
Tue, 29 Sep 1998 17:49:16 +0000 (17:49 +0000)
committermorioka <morioka>
Tue, 29 Sep 1998 17:49:16 +0000 (17:49 +0000)
lisp/gnus-sum.el

index e2a0412..2119481 100644 (file)
@@ -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)))))