(gnus-update-summary-mark-positions): Specify the 3rd arg of
authoryamaoka <yamaoka>
Fri, 19 Nov 1999 13:15:46 +0000 (13:15 +0000)
committeryamaoka <yamaoka>
Fri, 19 Nov 1999 13:15:46 +0000 (13:15 +0000)
`make-full-mail-header' to "nobody" instead of "".

lisp/gnus-sum.el

index 4374114..32944e3 100644 (file)
@@ -2538,7 +2538,7 @@ marks of articles."
        (let ((gnus-summary-line-format-spec spec)
              (gnus-newsgroup-downloadable '((0 . t))))
          (gnus-summary-insert-line
-          (make-full-mail-header 0 "" "" "" "" "" 0 0 "" nil)
+          (make-full-mail-header 0 "" "nobody" "" "" "" 0 0 "" nil)
           0 nil 128 t nil "" nil 1)
          (goto-char (point-min))
          (setq pos (list (cons 'unread (and (search-forward "\200" nil t)