(message-fill-yanked-message): Use mail-citation-prefix-regexp
as an arg to fill-individual-paragraphs.
(eval-when-compile (require 'cl))
+(require 'sendmail)
(require 'mailheader)
(require 'rmail)
(require 'nnheader)
(goto-char (point-min))
(search-forward (concat "\n" mail-header-separator "\n") nil t)
(let ((fill-prefix message-yank-prefix))
- (fill-individual-paragraphs (point) (point-max) justifyp t))))
+ (fill-individual-paragraphs (point) (point-max) justifyp
+ mail-citation-prefix-regexp))))
(defun message-indent-citation ()
"Modify text just inserted from a message to be cited.