*** lisp/message.el~ Mon Nov 8 14:28:52 1999 --- lisp/message.el Thu Nov 11 14:47:25 1999 *************** *** 3835,3841 **** (setq e (point)) (and message-forward-as-mime (insert "<#/part>\n")) ! (when message-forward-ignored-headers (save-restriction (narrow-to-region b e) (goto-char b) --- 3835,3842 ---- (setq e (point)) (and message-forward-as-mime (insert "<#/part>\n")) ! (when (and (not current-prefix-arg) ! message-forward-ignored-headers) (save-restriction (narrow-to-region b e) (goto-char b) *** lisp/ChangeLog~ Mon Nov 8 17:30:33 1999 --- lisp/ChangeLog Thu Nov 11 14:48:00 1999 *************** *** 1,3 **** --- 1,9 ---- + 1999-11-11 Matt Pharr + + * message.el (message-forward): Pay attention to prefix argument + again and forward all headers when it is set, regardless of the + value of message-forward-ignored-headers. + 1999-11-09 00:13:25 Lars Magne Ingebrigtsen * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article