From: morioka Date: Sat, 28 Feb 1998 17:31:15 +0000 (+0000) Subject: Sync up with qgnus-0.33. X-Git-Tag: gnus-6_7-tomo-199811302358~140 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=58d7dc400835344d2169abb0c1e9a3cb26709645;p=elisp%2Fgnus.git- Sync up with qgnus-0.33. --- diff --git a/lisp/message.el b/lisp/message.el index 8de61e2..04180da 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -931,7 +931,10 @@ The cdr of ech entry is a function for applying the face to a region.") (autoload 'gnus-output-to-rmail "gnus-util") (autoload 'mail-abbrev-in-expansion-header-p "mailabbrev") (autoload 'nndraft-request-associate-buffer "nndraft") - (autoload 'nndraft-request-expire-articles "nndraft")) + (autoload 'nndraft-request-expire-articles "nndraft") + (autoload 'gnus-open-server "gnus-int") + (autoload 'gnus-request-post "gnus-int") + (autoload 'rmail-output "rmail")) @@ -3739,7 +3742,7 @@ Optional NEWS will use news to forward instead of mail." (goto-char (point-max))) (insert mail-header-separator) ;; Rename all old ("Also-")Resent headers. - (while (re-search-backward "^\\(Also-\\)?Resent-" beg t) + (while (re-search-backward "^\\(Also-\\)*Resent-" beg t) (beginning-of-line) (insert "Also-")) ;; Quote any "From " lines at the beginning.