From: yamaoka Date: Fri, 19 Nov 1999 13:15:46 +0000 (+0000) Subject: (gnus-update-summary-mark-positions): Specify the 3rd arg of X-Git-Tag: t-gnus-6_13_3-01~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2482323a3b917bae518ec64676b3903c74618ec7;p=elisp%2Fgnus.git- (gnus-update-summary-mark-positions): Specify the 3rd arg of `make-full-mail-header' to "nobody" instead of "". --- diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 4374114..32944e3 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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)