summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-27 00:22:02 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-27 00:22:02 +0000
commit8c84614503149c9be90b387ebf3541e699e63985 (patch)
tree2a2ded896b4b8f6bcc5357249d7f56037e0e15fc
parent087ed9d03ba3f6aafd04d449e9b0d1e0a5560090 (diff)
downloademacs-8c84614503149c9be90b387ebf3541e699e63985.tar.gz
(rmail-fields-not-to-output): Add autoload cookie.
(rmail-output-to-rmail-file, rmail-output): Likewise.
-rw-r--r--lisp/mail/rmailout.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el
index cc0079912f7..29621cc955d 100644
--- a/lisp/mail/rmailout.el
+++ b/lisp/mail/rmailout.el
@@ -37,6 +37,7 @@ a file name as a string.")
;;; There are functions elsewhere in Emacs that use this function; check
;;; them out before you change the calling method.
+;;;###autoload
(defun rmail-output-to-rmail-file (file-name &optional count)
"Append the current message to an Rmail file named FILE-NAME.
If the file does not exist, ask if it should be created.
@@ -170,6 +171,7 @@ starting with the current one. Deleted messages are skipped and don't count."
(if (> count 0)
(rmail-next-undeleted-message 1))))))
+;;;###autoload
(defvar rmail-fields-not-to-output nil
"*Regexp describing fields to exclude when outputting a message to a file.")
@@ -192,6 +194,7 @@ starting with the current one. Deleted messages are skipped and don't count."
;;; There are functions elsewhere in Emacs that use this function; check
;;; them out before you change the calling method.
+;;;###autoload
(defun rmail-output (file-name &optional count noattribute from-gnus)
"Append this message to system-inbox-format mail file named FILE-NAME.
A prefix argument N says to output N consecutive messages