Index: nnmail.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/nnmail.el,v retrieving revision 6.10 diff -u -u -r6.10 nnmail.el --- nnmail.el 2001/02/08 23:53:22 6.10 +++ nnmail.el 2001/03/07 18:25:21 @@ -1632,7 +1632,7 @@ (when (nnheader-functionp target) (setq target (funcall target group))) (unless (eq target 'delete) - (gnus-request-accept-article target nil nil t)))) + (gnus-request-accept-article target nil t t)))) (defun nnmail-check-syntax () "Check (and modify) the syntax of the message in the current buffer."