From bb36a139b3c90f515dd541da8da3d1d75829f1fb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 19 Nov 1999 13:10:57 +0000 Subject: [PATCH] (gnus-update-summary-mark-positions): Specify the 3rd arg of `make-full-mail-header' to "nobody" instead of "". --- lisp/gnus-sum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index d4f8d5c..9641a87 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -2477,7 +2477,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) -- 1.7.10.4